#9D422C

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

Shades of Rock Spray #9D422C

Tints of Rock Spray #9D422C

Color information

#9D422C (or 0x9D422C) is unknown color: approx Rock Spray. HEX triplet: 9D, 42 and 2C. RGB value is (157,66,44). Sum of RGB (Red+Green+Blue) = 157+66+44=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D422C is #62BDD3. Grayscale: #5A5A5A. Windows color (decimal): -6471124 or 2900637. OLE color: 2900637.

HSL color Cylindrical-coordinate representation of color #9D422C: hue angle of 11.68º 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 #9D422C is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB1576644-
CMYK00.580.720.38
HSL11.68º56.22%39.41%-
HSV(B)11.68º71.97%61.57%-
XYZ16.3111.253.69-
YUV90.7101.65175.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.80%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=58.80%
G=24.72%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157664400.580.720.3811.6856.2239.41
Hex9D422C03A4826c3827
Octal2351025407211046147047
Binary100111011000010101100011101010010001001101100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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