#9B431E

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

Shades of Rock Spray #9B431E

Tints of Rock Spray #9B431E

Color information

#9B431E (or 0x9B431E) is unknown color: approx Rock Spray. HEX triplet: 9B, 43 and 1E. RGB value is (155,67,30). Sum of RGB (Red+Green+Blue) = 155+67+30=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B431E is #64BCE1. Grayscale: #595959. Windows color (decimal): -6601954 or 1983387. OLE color: 1983387.

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

Color convert

RGB1556730-
CMYK00.570.810.39
HSL17.76º67.57%36.27%-
HSV(B)17.76º80.65%60.78%-
XYZ15.7611.082.54-
YUV89.0994.65175.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.51%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 30 (12.11% from 255) = 11.90%
R=61.51%
G=26.59%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155673000.570.810.3917.7667.5736.27
Hex9B431E0395127124424
Octal23310336071121472210444
Binary1001101110000111111001110011010001100111100101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,67,30); }

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

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

 a { background-color: rgb(155,67,30); }

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

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

 span { border-color: rgb(155,67,30); }

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