#9C3F2E

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

Shades of Rock Spray #9C3F2E

Tints of Rock Spray #9C3F2E

Color information

#9C3F2E (or 0x9C3F2E) is unknown color: approx Rock Spray. HEX triplet: 9C, 3F and 2E. RGB value is (156,63,46). Sum of RGB (Red+Green+Blue) = 156+63+46=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3F2E is #63C0D1. Grayscale: #595959. Windows color (decimal): -6537426 or 3030940. OLE color: 3030940.

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

Color convert

RGB1566346-
CMYK00.600.710.39
HSL9.27º54.46%39.61%-
HSV(B)9.27º70.51%61.18%-
XYZ15.9810.823.83-
YUV88.87103.81175.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.87%
GREEN value IS 63 (25% from 255) = 23.77%
BLUE value IS 46 (18.36% from 255) = 17.36%
R=58.87%
G=23.77%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156634600.600.710.399.2754.4639.61
Hex9C3F2E03C472793628
Octal234775607410747116650
Binary10011100111111101110011110010001111001111001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,63,46); }

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

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

 a { background-color: rgb(156,63,46); }

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

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

 span { border-color: rgb(156,63,46); }

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