#9C4827

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

Shades of Rock Spray #9C4827

Tints of Rock Spray #9C4827

Color information

#9C4827 (or 0x9C4827) is unknown color: approx Rock Spray. HEX triplet: 9C, 48 and 27. RGB value is (156,72,39). Sum of RGB (Red+Green+Blue) = 156+72+39=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4827 is #63B7D8. Grayscale: #5D5D5D. Windows color (decimal): -6535129 or 2574492. OLE color: 2574492.

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

Color convert

RGB1567239-
CMYK00.540.750.39
HSL16.92º60%38.24%-
HSV(B)16.92º75%61.18%-
XYZ16.3911.853.34-
YUV93.3597.33172.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.43%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 39 (15.62% from 255) = 14.61%
R=58.43%
G=26.97%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156723900.540.750.3916.926038.24
Hex9C48270364B27113c26
Octal2341104706611347217446
Binary1001110010010001001110110110100101110011110001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,72,39); }

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

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

 a { background-color: rgb(156,72,39); }

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

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

 span { border-color: rgb(156,72,39); }

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