Html Css Color HEX #9E3A19 Rock Spray

📋 copy color: '#9E3A19'

red 158 ◦ green 58 ◦ blue 25

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

Shades of Rock Spray #9E3A19

Tints of Rock Spray #9E3A19

RGB

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

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

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

R = 65.56%
G = 24.07%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E3A19 (or 0x9E3A19) is known color: Rock Spray. HEX triplet: 9E, 3A and 19. RGB value is (158,58,25). Sum of RGB (Red+Green+Blue) = 158+58+25=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3A19 is #61C5E6. Grayscale: #545454. Windows color (decimal): -6407655 or 1653406. OLE color: 1653406.

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

Color convert

RGB 158 58 25 -
CMYK 0 0.63 0.84 0.38
HSL 14.89º 0.73% 0.36% -
HSV(B) 14.89º 0.84% 0.62% -
XYZ 15.79 10.37 2.09 -
YUV 84.14 94.63 180.68 -
System Red Green Blue C M Y K H S L
Decimal 158 58 25 0 0.63 0.84 0.38 14.89 0.73 0.36
Hex 9E 3A 19 0 3F 54 26 F 49 24
Octal 236 72 31 0 77 124 46 17 111 44
Binary 10011110 111010 11001 0 111111 1010100 100110 1111 1001001 100100

Color Harmonies of #9E3A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3A19

Black with #9E3A19

Text Example


Text Example

White with #9E3A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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