#9D432B

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

Shades of Rock Spray #9D432B

Tints of Rock Spray #9D432B

Color information

#9D432B (or 0x9D432B) is unknown color: approx Rock Spray. HEX triplet: 9D, 43 and 2B. RGB value is (157,67,43). Sum of RGB (Red+Green+Blue) = 157+67+43=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D432B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D432B is #62BCD4. Grayscale: #5B5B5B. Windows color (decimal): -6470869 or 2835357. OLE color: 2835357.

HSL color Cylindrical-coordinate representation of color #9D432B: hue angle of 12.63º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D432B is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB1576743-
CMYK00.570.730.38
HSL12.63º57%39.22%-
HSV(B)12.63º72.61%61.57%-
XYZ16.3511.363.62-
YUV91.17100.82174.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.80%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 43 (17.19% from 255) = 16.10%
R=58.80%
G=25.09%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157674300.570.730.3812.635739.22
Hex9D432B0394926d3927
Octal2351035307111146157147
Binary100111011000011101011011100110010011001101101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,67,43); }

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

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

 a { background-color: rgb(157,67,43); }

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

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

 span { border-color: rgb(157,67,43); }

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