#9B401F

Color #9B401F Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #9B401F

Tints of Rock Spray #9B401F

Color information

#9B401F (or 0x9B401F) is unknown color: approx Rock Spray. HEX triplet: 9B, 40 and 1F. RGB value is (155,64,31). Sum of RGB (Red+Green+Blue) = 155+64+31=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B401F is #64BFE0. Grayscale: #575757. Windows color (decimal): -6602721 or 2048155. OLE color: 2048155.

HSL color Cylindrical-coordinate representation of color #9B401F: hue angle of 15.97º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B401F is Cyan = 0, Magento = 0.59, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB1556431-
CMYK00.590.80.39
HSL15.97º66.67%36.47%-
HSV(B)15.97º80%60.78%-
XYZ15.610.732.55-
YUV87.4596.15176.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 62%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 31 (12.5% from 255) = 12.4%
R=62%
G=25.6%
B=12.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.8
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155643100.590.80.3915.9766.6736.47
Hex9B401F03B5027104324
Octal23310037073120472010344
Binary1001101110000001111101110111010000100111100001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B401F; }

 p { color: rgb(155,64,31); }

 H1.HeaderClassName
 {
   color: #9B401F;
 }
 .AnyTagClassName
 {
   color: #9B401F;
 }
</style>
background-color css

<style>
 a { background-color: #9B401F; }

 a { background-color: rgb(155,64,31); }

 div.DivClassName
 {
   background-color: #9B401F;
 }
 .BgClassName
 {
   background-color: #9B401F;
 }
</style>
border-color css

<style>
 span { border-color: #9B401F; }

 span { border-color: rgb(155,64,31); }

 td.TdClassName
 {
   border-color: #9B401F;
 }
 .TagClassName
 {
   border-color: #9B401F;
 }
</style>