Html Css Color HEX #995A32 Indochine

📋 copy color: '#995A32'

red 153 ◦ green 90 ◦ blue 50

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

Shades of Indochine #995A32

Tints of Indochine #995A32

RGB

 RED value IS 153 (60.16% from 255) = 52.22%

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

 BLUE value IS 50 (19.92% from 255) = 17.06%

R = 52.22%
G = 30.72%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#995A32 (or 0x995A32) is known color: Indochine. HEX triplet: 99, 5A and 32. RGB value is (153,90,50). Sum of RGB (Red+Green+Blue) = 153+90+50=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #995A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A32 is #66A5CD. Grayscale: #686868. Windows color (decimal): -6727118 or 3299993. OLE color: 3299993.

HSL color Cylindrical-coordinate representation of color #995A32: hue angle of 23.3º degrees, saturation: 0.51, 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 #995A32 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 90 50 -
CMYK 0 0.41 0.67 0.4
HSL 23.3º 0.51% 0.4% -
HSV(B) 23.3º 0.67% 0.6% -
XYZ 17.37 14.31 4.87 -
YUV 104.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 153 90 50 0 0.41 0.67 0.4 23.3 0.51 0.4
Hex 99 5A 32 0 29 43 28 17 33 28
Octal 231 132 62 0 51 103 50 27 63 50
Binary 10011001 1011010 110010 0 101001 1000011 101000 10111 110011 101000

Color Harmonies of #995A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995A32

Black with #995A32

Text Example


Text Example

White with #995A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995A32; }

 p { color: rgb(153,90,50); }

 H1.HeaderClassName
 {
   color: #995A32;
 }
 .AnyTagClassName
 {
   color: #995A32;
 }
</style>

background-color css

<style>
 a { background-color: #995A32; }

 a { background-color: rgb(153,90,50); }

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

border-color css

<style>
 span { border-color: #995A32; }

 span { border-color: rgb(153,90,50); }

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