Html Css Color HEX #995C2B Indochine

📋 copy color: '#995C2B'

red 153 ◦ green 92 ◦ blue 43

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

Shades of Indochine #995C2B

Tints of Indochine #995C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 53.13%
G = 31.94%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#995C2B (or 0x995C2B) is known color: Indochine. HEX triplet: 99, 5C and 2B. RGB value is (153,92,43). Sum of RGB (Red+Green+Blue) = 153+92+43=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #995C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C2B is #66A3D4. Grayscale: #686868. Windows color (decimal): -6726613 or 2841753. OLE color: 2841753.

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

Color convert

RGB 153 92 43 -
CMYK 0 0.40 0.72 0.4
HSL 26.73º 0.56% 0.38% -
HSV(B) 26.73º 0.72% 0.6% -
XYZ 17.4 14.6 4.19 -
YUV 104.65 93.21 162.48 -
System Red Green Blue C M Y K H S L
Decimal 153 92 43 0 0.40 0.72 0.4 26.73 0.56 0.38
Hex 99 5C 2B 0 28 48 28 1B 38 26
Octal 231 134 53 0 50 110 50 33 70 46
Binary 10011001 1011100 101011 0 101000 1001000 101000 11011 111000 100110

Color Harmonies of #995C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C2B

Black with #995C2B

Text Example


Text Example

White with #995C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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