Html Css Color HEX #995C34 Indochine

📋 copy color: '#995C34'

red 153 ◦ green 92 ◦ blue 52

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

Shades of Indochine #995C34

Tints of Indochine #995C34

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

 BLUE value IS 52 (20.7% from 255) = 17.51%

R = 51.52%
G = 30.98%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#995C34 (or 0x995C34) is known color: Indochine. HEX triplet: 99, 5C and 34. RGB value is (153,92,52). Sum of RGB (Red+Green+Blue) = 153+92+52=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #995C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C34 is #66A3CB. Grayscale: #696969. Windows color (decimal): -6726604 or 3431577. OLE color: 3431577.

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

Color convert

RGB 153 92 52 -
CMYK 0 0.40 0.66 0.4
HSL 23.76º 0.49% 0.4% -
HSV(B) 23.76º 0.66% 0.6% -
XYZ 17.58 14.67 5.15 -
YUV 105.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 153 92 52 0 0.40 0.66 0.4 23.76 0.49 0.4
Hex 99 5C 34 0 28 42 28 18 31 28
Octal 231 134 64 0 50 102 50 30 61 50
Binary 10011001 1011100 110100 0 101000 1000010 101000 11000 110001 101000

Color Harmonies of #995C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C34

Black with #995C34

Text Example


Text Example

White with #995C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,92,52); }

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

background-color css

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

 a { background-color: rgb(153,92,52); }

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

border-color css

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

 span { border-color: rgb(153,92,52); }

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