Html Css Color HEX #9A5A39 Indochine

📋 copy color: '#9A5A39'

red 154 ◦ green 90 ◦ blue 57

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

Shades of Indochine #9A5A39

Tints of Indochine #9A5A39

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.9%

 BLUE value IS 57 (22.66% from 255) = 18.94%

R = 51.16%
G = 29.9%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#9A5A39 (or 0x9A5A39) is known color: Indochine. HEX triplet: 9A, 5A and 39. RGB value is (154,90,57). Sum of RGB (Red+Green+Blue) = 154+90+57=301 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.16% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5A39 is #65A5C6. Grayscale: #696969. Windows color (decimal): -6661575 or 3758746. OLE color: 3758746.

HSL color Cylindrical-coordinate representation of color #9A5A39: hue angle of 20.41º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A5A39 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 90 57 -
CMYK 0 0.42 0.63 0.40
HSL 20.41º 0.46% 0.41% -
HSV(B) 20.41º 0.63% 0.6% -
XYZ 17.72 14.48 5.73 -
YUV 105.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 154 90 57 0 0.42 0.63 0.40 20.41 0.46 0.41
Hex 9A 5A 39 0 2A 3F 28 14 2E 29
Octal 232 132 71 0 52 77 50 24 56 51
Binary 10011010 1011010 111001 0 101010 111111 101000 10100 101110 101001

Color Harmonies of #9A5A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5A39

Black with #9A5A39

Text Example


Text Example

White with #9A5A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,90,57); }

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

background-color css

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

 a { background-color: rgb(154,90,57); }

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

border-color css

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

 span { border-color: rgb(154,90,57); }

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