Html Css Color HEX #9E4019 Rock Spray

📋 copy color: '#9E4019'

red 158 ◦ green 64 ◦ blue 25

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

Shades of Rock Spray #9E4019

Tints of Rock Spray #9E4019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.91%

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 63.97%
G = 25.91%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E4019 (or 0x9E4019) is known color: Rock Spray. HEX triplet: 9E, 40 and 19. RGB value is (158,64,25). Sum of RGB (Red+Green+Blue) = 158+64+25=247 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.97% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4019 is #61BFE6. Grayscale: #575757. Windows color (decimal): -6406119 or 1654942. OLE color: 1654942.

HSL color Cylindrical-coordinate representation of color #9E4019: hue angle of 17.59º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E4019 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 64 25 -
CMYK 0 0.59 0.84 0.38
HSL 17.59º 0.73% 0.36% -
HSV(B) 17.59º 0.84% 0.62% -
XYZ 16.11 11.01 2.2 -
YUV 87.66 92.64 178.17 -
System Red Green Blue C M Y K H S L
Decimal 158 64 25 0 0.59 0.84 0.38 17.59 0.73 0.36
Hex 9E 40 19 0 3B 54 26 12 49 24
Octal 236 100 31 0 73 124 46 22 111 44
Binary 10011110 1000000 11001 0 111011 1010100 100110 10010 1001001 100100

Color Harmonies of #9E4019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4019

Black with #9E4019

Text Example


Text Example

White with #9E4019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,64,25); }

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

background-color css

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

 a { background-color: rgb(158,64,25); }

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

border-color css

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

 span { border-color: rgb(158,64,25); }

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