#9D4234

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

Shades of Rock Spray #9D4234

Tints of Rock Spray #9D4234

Color information

#9D4234 (or 0x9D4234) is unknown color: approx Rock Spray. HEX triplet: 9D, 42 and 34. RGB value is (157,66,52). Sum of RGB (Red+Green+Blue) = 157+66+52=275 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.09% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4234 is #62BDCB. Grayscale: #5B5B5B. Windows color (decimal): -6471116 or 3424925. OLE color: 3424925.

HSL color Cylindrical-coordinate representation of color #9D4234: hue angle of 8º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D4234 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB1576652-
CMYK00.580.670.38
HSL50.24%40.98%-
HSV(B)66.88%61.57%-
XYZ16.4711.314.56-
YUV91.61105.65174.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.09%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=57.09%
G=24%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157665200.580.670.38850.2440.98
Hex9D423403A432683229
Octal2351026407210346106251
Binary100111011000010110100011101010000111001101000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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