Html Css Color HEX #9E5F31 Indochine

📋 copy color: '#9E5F31'

red 158 ◦ green 95 ◦ blue 49

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

Shades of Indochine #9E5F31

Tints of Indochine #9E5F31

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.46%

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

R = 52.32%
G = 31.46%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9E5F31 (or 0x9E5F31) is known color: Indochine. HEX triplet: 9E, 5F and 31. RGB value is (158,95,49). Sum of RGB (Red+Green+Blue) = 158+95+49=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5F31 is #61A0CE. Grayscale: #6C6C6C. Windows color (decimal): -6398159 or 3235742. OLE color: 3235742.

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

Color convert

RGB 158 95 49 -
CMYK 0 0.40 0.69 0.38
HSL 25.32º 0.53% 0.41% -
HSV(B) 25.32º 0.69% 0.62% -
XYZ 18.75 15.68 4.94 -
YUV 108.59 94.37 163.24 -
System Red Green Blue C M Y K H S L
Decimal 158 95 49 0 0.40 0.69 0.38 25.32 0.53 0.41
Hex 9E 5F 31 0 28 45 26 19 35 29
Octal 236 137 61 0 50 105 46 31 65 51
Binary 10011110 1011111 110001 0 101000 1000101 100110 11001 110101 101001

Color Harmonies of #9E5F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5F31

Black with #9E5F31

Text Example


Text Example

White with #9E5F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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