#9C4327

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

Shades of Rock Spray #9C4327

Tints of Rock Spray #9C4327

Color information

#9C4327 (or 0x9C4327) is unknown color: approx Rock Spray. HEX triplet: 9C, 43 and 27. RGB value is (156,67,39). Sum of RGB (Red+Green+Blue) = 156+67+39=262 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.54% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4327 is #63BCD8. Grayscale: #5A5A5A. Windows color (decimal): -6536409 or 2573212. OLE color: 2573212.

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

Color convert

RGB1566739-
CMYK00.570.750.39
HSL14.36º60%38.24%-
HSV(B)14.36º75%61.18%-
XYZ16.0811.233.24-
YUV90.4298.99174.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.54%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 39 (15.62% from 255) = 14.89%
R=59.54%
G=25.57%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156673900.570.750.3914.366038.24
Hex9C43270394B27e3c26
Octal2341034707111347167446
Binary100111001000011100111011100110010111001111110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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