Html Css Color HEX #995832 Indochine

📋 copy color: '#995832'

red 153 ◦ green 88 ◦ blue 50

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

Shades of Indochine #995832

Tints of Indochine #995832

RGB

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

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

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

R = 52.58%
G = 30.24%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#995832 (or 0x995832) is known color: Indochine. HEX triplet: 99, 58 and 32. RGB value is (153,88,50). Sum of RGB (Red+Green+Blue) = 153+88+50=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #995832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995832 is #66A7CD. Grayscale: #676767. Windows color (decimal): -6727630 or 3299481. OLE color: 3299481.

HSL color Cylindrical-coordinate representation of color #995832: hue angle of 22.14º 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 #995832 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 88 50 -
CMYK 0 0.42 0.67 0.4
HSL 22.14º 0.51% 0.4% -
HSV(B) 22.14º 0.67% 0.6% -
XYZ 17.2 13.98 4.81 -
YUV 103.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 153 88 50 0 0.42 0.67 0.4 22.14 0.51 0.4
Hex 99 58 32 0 2A 43 28 16 33 28
Octal 231 130 62 0 52 103 50 26 63 50
Binary 10011001 1011000 110010 0 101010 1000011 101000 10110 110011 101000

Color Harmonies of #995832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995832

Black with #995832

Text Example


Text Example

White with #995832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995832; }

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

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

background-color css

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

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

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

border-color css

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

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

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