Html Css Color HEX #995C2F Indochine

📋 copy color: '#995C2F'

red 153 ◦ green 92 ◦ blue 47

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

Shades of Indochine #995C2F

Tints of Indochine #995C2F

RGB

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

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

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

R = 52.4%
G = 31.51%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#995C2F (or 0x995C2F) is known color: Indochine. HEX triplet: 99, 5C and 2F. RGB value is (153,92,47). Sum of RGB (Red+Green+Blue) = 153+92+47=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #995C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C2F is #66A3D0. Grayscale: #696969. Windows color (decimal): -6726609 or 3103897. OLE color: 3103897.

HSL color Cylindrical-coordinate representation of color #995C2F: hue angle of 25.47º 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 #995C2F is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 92 47 -
CMYK 0 0.40 0.69 0.4
HSL 25.47º 0.53% 0.39% -
HSV(B) 25.47º 0.69% 0.6% -
XYZ 17.48 14.63 4.59 -
YUV 105.11 95.21 162.16 -
System Red Green Blue C M Y K H S L
Decimal 153 92 47 0 0.40 0.69 0.4 25.47 0.53 0.39
Hex 99 5C 2F 0 28 45 28 19 35 27
Octal 231 134 57 0 50 105 50 31 65 47
Binary 10011001 1011100 101111 0 101000 1000101 101000 11001 110101 100111

Color Harmonies of #995C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C2F

Black with #995C2F

Text Example


Text Example

White with #995C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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