Html Css Color HEX #9E3C17 Rock Spray

📋 copy color: '#9E3C17'

red 158 ◦ green 60 ◦ blue 23

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

Shades of Rock Spray #9E3C17

Tints of Rock Spray #9E3C17

RGB

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

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

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

R = 65.56%
G = 24.9%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9E3C17 (or 0x9E3C17) is known color: Rock Spray. HEX triplet: 9E, 3C and 17. RGB value is (158,60,23). Sum of RGB (Red+Green+Blue) = 158+60+23=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3C17 is #61C3E8. Grayscale: #555555. Windows color (decimal): -6407145 or 1522846. OLE color: 1522846.

HSL color Cylindrical-coordinate representation of color #9E3C17: hue angle of 16.44º 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 #9E3C17 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 60 23 -
CMYK 0 0.62 0.85 0.38
HSL 16.44º 0.75% 0.35% -
HSV(B) 16.44º 0.85% 0.62% -
XYZ 15.87 10.56 2.01 -
YUV 85.08 92.97 180.01 -
System Red Green Blue C M Y K H S L
Decimal 158 60 23 0 0.62 0.85 0.38 16.44 0.75 0.35
Hex 9E 3C 17 0 3E 55 26 10 4B 23
Octal 236 74 27 0 76 125 46 20 113 43
Binary 10011110 111100 10111 0 111110 1010101 100110 10000 1001011 100011

Color Harmonies of #9E3C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3C17

Black with #9E3C17

Text Example


Text Example

White with #9E3C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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