Html Css Color HEX #9E4931 Rock Spray

📋 copy color: '#9E4931'

red 158 ◦ green 73 ◦ blue 49

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

Shades of Rock Spray #9E4931

Tints of Rock Spray #9E4931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.07%

 BLUE value IS 49 (19.53% from 255) = 17.5%

R = 56.43%
G = 26.07%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9E4931 (or 0x9E4931) is known color: Rock Spray. HEX triplet: 9E, 49 and 31. RGB value is (158,73,49). Sum of RGB (Red+Green+Blue) = 158+73+49=280 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.43% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4931 is #61B6CE. Grayscale: #5F5F5F. Windows color (decimal): -6403791 or 3230110. OLE color: 3230110.

HSL color Cylindrical-coordinate representation of color #9E4931: hue angle of 13.21º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E4931 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 73 49 -
CMYK 0 0.54 0.69 0.38
HSL 13.21º 0.53% 0.41% -
HSV(B) 13.21º 0.69% 0.62% -
XYZ 17.04 12.26 4.37 -
YUV 95.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 158 73 49 0 0.54 0.69 0.38 13.21 0.53 0.41
Hex 9E 49 31 0 36 45 26 D 35 29
Octal 236 111 61 0 66 105 46 15 65 51
Binary 10011110 1001001 110001 0 110110 1000101 100110 1101 110101 101001

Color Harmonies of #9E4931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4931

Black with #9E4931

Text Example


Text Example

White with #9E4931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,73,49); }

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

background-color css

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

 a { background-color: rgb(158,73,49); }

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

border-color css

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

 span { border-color: rgb(158,73,49); }

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