Html Css Color HEX #9A5E33 Indochine

📋 copy color: '#9A5E33'

red 154 ◦ green 94 ◦ blue 51

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

Shades of Indochine #9A5E33

Tints of Indochine #9A5E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.06%

R = 51.51%
G = 31.44%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#9A5E33 (or 0x9A5E33) is known color: Indochine. HEX triplet: 9A, 5E and 33. RGB value is (154,94,51). Sum of RGB (Red+Green+Blue) = 154+94+51=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5E33 is #65A1CC. Grayscale: #6B6B6B. Windows color (decimal): -6660557 or 3366554. OLE color: 3366554.

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

Color convert

RGB 154 94 51 -
CMYK 0 0.39 0.67 0.40
HSL 25.05º 0.5% 0.4% -
HSV(B) 25.05º 0.67% 0.6% -
XYZ 17.93 15.11 5.1 -
YUV 107.04 96.38 161.5 -
System Red Green Blue C M Y K H S L
Decimal 154 94 51 0 0.39 0.67 0.40 25.05 0.5 0.4
Hex 9A 5E 33 0 27 43 28 19 32 28
Octal 232 136 63 0 47 103 50 31 62 50
Binary 10011010 1011110 110011 0 100111 1000011 101000 11001 110010 101000

Color Harmonies of #9A5E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5E33

Black with #9A5E33

Text Example


Text Example

White with #9A5E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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