#9c4527

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

Shades of Rock Spray #9C4527

Tints of Rock Spray #9C4527

Color information

#9C4527 (or 0x9C4527) is unknown color: approx Rock Spray. HEX triplet: 9C, 45 and 27. RGB value is (156,69,39). Sum of RGB (Red+Green+Blue) = 156+69+39=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4527 is #63BAD8. Grayscale: #5B5B5B. Windows color (decimal): -6535897 or 2573724. OLE color: 2573724.

HSL color Cylindrical-coordinate representation of color #9C4527: hue angle of 15.38º 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 #9C4527 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB1566939-
CMYK00.560.750.39
HSL15.38º60%38.24%-
HSV(B)15.38º75%61.18%-
XYZ16.211.473.28-
YUV91.5998.32173.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.09%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 39 (15.62% from 255) = 14.77%
R=59.09%
G=26.14%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156693900.560.750.3915.386038.24
Hex9C45270384B27f3c26
Octal2341054707011347177446
Binary100111001000101100111011100010010111001111111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c4527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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