#9C3E2A

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

Shades of Rock Spray #9C3E2A

Tints of Rock Spray #9C3E2A

Color information

#9C3E2A (or 0x9C3E2A) is unknown color: approx Rock Spray. HEX triplet: 9C, 3E and 2A. RGB value is (156,62,42). Sum of RGB (Red+Green+Blue) = 156+62+42=260 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3E2A is #63C1D5. Grayscale: #585858. Windows color (decimal): -6537686 or 2768540. OLE color: 2768540.

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

Color convert

RGB1566242-
CMYK00.600.730.39
HSL10.53º57.58%38.82%-
HSV(B)10.53º73.08%61.18%-
XYZ15.8510.683.42-
YUV87.83102.14176.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60%
GREEN value IS 62 (24.61% from 255) = 23.85%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=60%
G=23.85%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156624200.600.730.3910.5357.5838.82
Hex9C3E2A03C4927b3a27
Octal234765207411147137247
Binary10011100111110101010011110010010011001111011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,62,42); }

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

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

 a { background-color: rgb(156,62,42); }

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

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

 span { border-color: rgb(156,62,42); }

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