#9D4227

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

Shades of Rock Spray #9D4227

Tints of Rock Spray #9D4227

Color information

#9D4227 (or 0x9D4227) is unknown color: approx Rock Spray. HEX triplet: 9D, 42 and 27. RGB value is (157,66,39). Sum of RGB (Red+Green+Blue) = 157+66+39=262 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.92% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4227 is #62BDD8. Grayscale: #5A5A5A. Windows color (decimal): -6471129 or 2572957. OLE color: 2572957.

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

Color convert

RGB1576639-
CMYK00.580.750.38
HSL13.73º60.2%38.43%-
HSV(B)13.73º75.16%61.57%-
XYZ16.2211.213.23-
YUV90.1399.15175.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.92%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 39 (15.62% from 255) = 14.89%
R=59.92%
G=25.19%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157663900.580.750.3813.7360.238.43
Hex9D422703A4B26e3c26
Octal2351024707211346167446
Binary100111011000010100111011101010010111001101110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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