Html Css Color HEX #9E3C21 Rock Spray

📋 copy color: '#9E3C21'

red 158 ◦ green 60 ◦ blue 33

#9E3C21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Spray #9E3C21

Tints of Rock Spray #9E3C21

RGB

 RED value IS 158 (62.11% from 255) = 62.95%

 GREEN value IS 60 (23.83% from 255) = 23.9%

 BLUE value IS 33 (13.28% from 255) = 13.15%

R = 62.95%
G = 23.9%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9E3C21 (or 0x9E3C21) is known color: Rock Spray. HEX triplet: 9E, 3C and 21. RGB value is (158,60,33). Sum of RGB (Red+Green+Blue) = 158+60+33=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3C21 is #61C3DE. Grayscale: #565656. Windows color (decimal): -6407135 or 2178206. OLE color: 2178206.

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

Color convert

RGB 158 60 33 -
CMYK 0 0.62 0.79 0.38
HSL 12.96º 0.65% 0.37% -
HSV(B) 12.96º 0.79% 0.62% -
XYZ 15.99 10.61 2.64 -
YUV 86.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 158 60 33 0 0.62 0.79 0.38 12.96 0.65 0.37
Hex 9E 3C 21 0 3E 4F 26 D 41 25
Octal 236 74 41 0 76 117 46 15 101 45
Binary 10011110 111100 100001 0 111110 1001111 100110 1101 1000001 100101

Color Harmonies of #9E3C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3C21

Black with #9E3C21

Text Example


Text Example

White with #9E3C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E3C21;
 }
 .AnyTagClassName
 {
   color: #9E3C21;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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