Html Css Color HEX #995D2F Indochine

📋 copy color: '#995D2F'

red 153 ◦ green 93 ◦ blue 47

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

Shades of Indochine #995D2F

Tints of Indochine #995D2F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.74%

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 52.22%
G = 31.74%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#995D2F (or 0x995D2F) is known color: Indochine. HEX triplet: 99, 5D and 2F. RGB value is (153,93,47). Sum of RGB (Red+Green+Blue) = 153+93+47=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #995D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995D2F is #66A2D0. Grayscale: #696969. Windows color (decimal): -6726353 or 3104153. OLE color: 3104153.

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

Color convert

RGB 153 93 47 -
CMYK 0 0.39 0.69 0.4
HSL 26.04º 0.53% 0.39% -
HSV(B) 26.04º 0.69% 0.6% -
XYZ 17.56 14.81 4.62 -
YUV 105.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 153 93 47 0 0.39 0.69 0.4 26.04 0.53 0.39
Hex 99 5D 2F 0 27 45 28 1A 35 27
Octal 231 135 57 0 47 105 50 32 65 47
Binary 10011001 1011101 101111 0 100111 1000101 101000 11010 110101 100111

Color Harmonies of #995D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995D2F

Black with #995D2F

Text Example


Text Example

White with #995D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,93,47); }

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

background-color css

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

 a { background-color: rgb(153,93,47); }

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

border-color css

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

 span { border-color: rgb(153,93,47); }

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