Html Css Color HEX #9A5E31 Indochine

📋 copy color: '#9A5E31'

red 154 ◦ green 94 ◦ blue 49

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

Shades of Indochine #9A5E31

Tints of Indochine #9A5E31

RGB

 RED value IS 154 (60.55% from 255) = 51.85%

 GREEN value IS 94 (37.11% from 255) = 31.65%

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

R = 51.85%
G = 31.65%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#9A5E31 (or 0x9A5E31) is known color: Indochine. HEX triplet: 9A, 5E and 31. RGB value is (154,94,49). Sum of RGB (Red+Green+Blue) = 154+94+49=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5E31 is #65A1CE. Grayscale: #6B6B6B. Windows color (decimal): -6660559 or 3235482. OLE color: 3235482.

HSL color Cylindrical-coordinate representation of color #9A5E31: hue angle of 25.71º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A5E31 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 94 49 -
CMYK 0 0.39 0.68 0.40
HSL 25.71º 0.52% 0.4% -
HSV(B) 25.71º 0.68% 0.6% -
XYZ 17.88 15.1 4.88 -
YUV 106.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 154 94 49 0 0.39 0.68 0.40 25.71 0.52 0.4
Hex 9A 5E 31 0 27 44 28 1A 34 28
Octal 232 136 61 0 47 104 50 32 64 50
Binary 10011010 1011110 110001 0 100111 1000100 101000 11010 110100 101000

Color Harmonies of #9A5E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5E31

Black with #9A5E31

Text Example


Text Example

White with #9A5E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,94,49); }

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

background-color css

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

 a { background-color: rgb(154,94,49); }

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

border-color css

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

 span { border-color: rgb(154,94,49); }

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