Html Css Color HEX #955D32 Indochine

📋 copy color: '#955D32'

red 149 ◦ green 93 ◦ blue 50

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

Shades of Indochine #955D32

Tints of Indochine #955D32

RGB

 RED value IS 149 (58.59% from 255) = 51.03%

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

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 51.03%
G = 31.85%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#955D32 (or 0x955D32) is known color: Indochine. HEX triplet: 95, 5D and 32. RGB value is (149,93,50). Sum of RGB (Red+Green+Blue) = 149+93+50=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #955D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D32 is #6AA2CD. Grayscale: #696969. Windows color (decimal): -6988494 or 3300757. OLE color: 3300757.

HSL color Cylindrical-coordinate representation of color #955D32: hue angle of 26.06º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #955D32 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 93 50 -
CMYK 0 0.38 0.66 0.42
HSL 26.06º 0.5% 0.39% -
HSV(B) 26.06º 0.66% 0.58% -
XYZ 16.88 14.45 4.92 -
YUV 104.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 149 93 50 0 0.38 0.66 0.42 26.06 0.5 0.39
Hex 95 5D 32 0 26 42 2A 1A 32 27
Octal 225 135 62 0 46 102 52 32 62 47
Binary 10010101 1011101 110010 0 100110 1000010 101010 11010 110010 100111

Color Harmonies of #955D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D32

Black with #955D32

Text Example


Text Example

White with #955D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955D32; }

 p { color: rgb(149,93,50); }

 H1.HeaderClassName
 {
   color: #955D32;
 }
 .AnyTagClassName
 {
   color: #955D32;
 }
</style>

background-color css

<style>
 a { background-color: #955D32; }

 a { background-color: rgb(149,93,50); }

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

border-color css

<style>
 span { border-color: #955D32; }

 span { border-color: rgb(149,93,50); }

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