#9D432C

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

Shades of Rock Spray #9D432C

Tints of Rock Spray #9D432C

Color information

#9D432C (or 0x9D432C) is unknown color: approx Rock Spray. HEX triplet: 9D, 43 and 2C. RGB value is (157,67,44). Sum of RGB (Red+Green+Blue) = 157+67+44=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D432C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D432C is #62BCD3. Grayscale: #5B5B5B. Windows color (decimal): -6470868 or 2900893. OLE color: 2900893.

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

Color convert

RGB1576744-
CMYK00.570.720.38
HSL12.21º56.22%39.41%-
HSV(B)12.21º71.97%61.57%-
XYZ16.3711.363.71-
YUV91.29101.32174.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.58%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 44 (17.58% from 255) = 16.42%
R=58.58%
G=25%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157674400.570.720.3812.2156.2239.41
Hex9D432C0394826c3827
Octal2351035407111046147047
Binary100111011000011101100011100110010001001101100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D432C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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