#9E3C1D

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

Shades of Rock Spray #9E3C1D

Tints of Rock Spray #9E3C1D

Color information

#9E3C1D (or 0x9E3C1D) is unknown color: approx Rock Spray. HEX triplet: 9E, 3C and 1D. RGB value is (158,60,29). Sum of RGB (Red+Green+Blue) = 158+60+29=247 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.97% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3C1D is #61C3E2. Grayscale: #555555. Windows color (decimal): -6407139 or 1916062. OLE color: 1916062.

HSL color Cylindrical-coordinate representation of color #9E3C1D: hue angle of 14.42º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E3C1D is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB1586029-
CMYK00.620.820.38
HSL14.42º68.98%36.67%-
HSV(B)14.42º81.65%61.96%-
XYZ15.9410.592.37-
YUV85.7795.97179.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 63.97%
GREEN value IS 60 (23.83% from 255) = 24.29%
BLUE value IS 29 (11.72% from 255) = 11.74%
R=63.97%
G=24.29%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158602900.620.820.3814.4268.9836.67
Hex9E3C1D03E5226e4525
Octal2367435076122461610545
Binary10011110111100111010111110101001010011011101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,60,29); }

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

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

 a { background-color: rgb(158,60,29); }

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

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

 span { border-color: rgb(158,60,29); }

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