Html Css Color HEX #9A5E34 Indochine

📋 copy color: '#9A5E34'

red 154 ◦ green 94 ◦ blue 52

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

Shades of Indochine #9A5E34

Tints of Indochine #9A5E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.33%

R = 51.33%
G = 31.33%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#9A5E34 (or 0x9A5E34) is known color: Indochine. HEX triplet: 9A, 5E and 34. RGB value is (154,94,52). Sum of RGB (Red+Green+Blue) = 154+94+52=300 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.33% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5E34 is #65A1CB. Grayscale: #6B6B6B. Windows color (decimal): -6660556 or 3432090. OLE color: 3432090.

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

Color convert

RGB 154 94 52 -
CMYK 0 0.39 0.66 0.40
HSL 24.71º 0.5% 0.4% -
HSV(B) 24.71º 0.66% 0.6% -
XYZ 17.95 15.12 5.22 -
YUV 107.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 154 94 52 0 0.39 0.66 0.40 24.71 0.5 0.4
Hex 9A 5E 34 0 27 42 28 19 32 28
Octal 232 136 64 0 47 102 50 31 62 50
Binary 10011010 1011110 110100 0 100111 1000010 101000 11001 110010 101000

Color Harmonies of #9A5E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5E34

Black with #9A5E34

Text Example


Text Example

White with #9A5E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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