Html Css Color HEX #9E3A17 Rock Spray

📋 copy color: '#9E3A17'

red 158 ◦ green 58 ◦ blue 23

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

Shades of Rock Spray #9E3A17

Tints of Rock Spray #9E3A17

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.27%

 BLUE value IS 23 (9.38% from 255) = 9.62%

R = 66.11%
G = 24.27%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9E3A17 (or 0x9E3A17) is known color: Rock Spray. HEX triplet: 9E, 3A and 17. RGB value is (158,58,23). Sum of RGB (Red+Green+Blue) = 158+58+23=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3A17 is #61C5E8. Grayscale: #545454. Windows color (decimal): -6407657 or 1522334. OLE color: 1522334.

HSL color Cylindrical-coordinate representation of color #9E3A17: hue angle of 15.56º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E3A17 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 58 23 -
CMYK 0 0.63 0.85 0.38
HSL 15.56º 0.75% 0.35% -
HSV(B) 15.56º 0.85% 0.62% -
XYZ 15.77 10.36 1.98 -
YUV 83.91 93.63 180.85 -
System Red Green Blue C M Y K H S L
Decimal 158 58 23 0 0.63 0.85 0.38 15.56 0.75 0.35
Hex 9E 3A 17 0 3F 55 26 10 4B 23
Octal 236 72 27 0 77 125 46 20 113 43
Binary 10011110 111010 10111 0 111111 1010101 100110 10000 1001011 100011

Color Harmonies of #9E3A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3A17

Black with #9E3A17

Text Example


Text Example

White with #9E3A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,58,23); }

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

background-color css

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

 a { background-color: rgb(158,58,23); }

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

border-color css

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

 span { border-color: rgb(158,58,23); }

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