Html Css Color HEX #9A5833 Indochine

📋 copy color: '#9A5833'

red 154 ◦ green 88 ◦ blue 51

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

Shades of Indochine #9A5833

Tints of Indochine #9A5833

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.03%

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

R = 52.56%
G = 30.03%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#9A5833 (or 0x9A5833) is known color: Indochine. HEX triplet: 9A, 58 and 33. RGB value is (154,88,51). Sum of RGB (Red+Green+Blue) = 154+88+51=293 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.56% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5833 is #65A7CC. Grayscale: #676767. Windows color (decimal): -6662093 or 3365018. OLE color: 3365018.

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

Color convert

RGB 154 88 51 -
CMYK 0 0.43 0.67 0.40
HSL 21.55º 0.5% 0.4% -
HSV(B) 21.55º 0.67% 0.6% -
XYZ 17.41 14.09 4.93 -
YUV 103.52 98.37 164.01 -
System Red Green Blue C M Y K H S L
Decimal 154 88 51 0 0.43 0.67 0.40 21.55 0.5 0.4
Hex 9A 58 33 0 2B 43 28 16 32 28
Octal 232 130 63 0 53 103 50 26 62 50
Binary 10011010 1011000 110011 0 101011 1000011 101000 10110 110010 101000

Color Harmonies of #9A5833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5833

Black with #9A5833

Text Example


Text Example

White with #9A5833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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