Html Css Color HEX #995A39 Indochine

📋 copy color: '#995A39'

red 153 ◦ green 90 ◦ blue 57

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

Shades of Indochine #995A39

Tints of Indochine #995A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19%

R = 51%
G = 30%
B = 19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#995A39 (or 0x995A39) is known color: Indochine. HEX triplet: 99, 5A and 39. RGB value is (153,90,57). Sum of RGB (Red+Green+Blue) = 153+90+57=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #995A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A39 is #66A5C6. Grayscale: #696969. Windows color (decimal): -6727111 or 3758745. OLE color: 3758745.

HSL color Cylindrical-coordinate representation of color #995A39: hue angle of 20.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #995A39 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 90 57 -
CMYK 0 0.41 0.63 0.4
HSL 20.63º 0.46% 0.41% -
HSV(B) 20.63º 0.63% 0.6% -
XYZ 17.53 14.38 5.72 -
YUV 105.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 153 90 57 0 0.41 0.63 0.4 20.63 0.46 0.41
Hex 99 5A 39 0 29 3F 28 15 2E 29
Octal 231 132 71 0 51 77 50 25 56 51
Binary 10011001 1011010 111001 0 101001 111111 101000 10101 101110 101001

Color Harmonies of #995A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995A39

Black with #995A39

Text Example


Text Example

White with #995A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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