#955A38

Color #955A38 Indochine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indochine #955A38

Tints of Indochine #955A38

Color information

#955A38 (or 0x955A38) is unknown color: approx Indochine. HEX triplet: 95, 5A and 38. RGB value is (149,90,56). Sum of RGB (Red+Green+Blue) = 149+90+56=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #955A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A38 is #6AA5C7. Grayscale: #676767. Windows color (decimal): -6989256 or 3693205. OLE color: 3693205.

HSL color Cylindrical-coordinate representation of color #955A38: hue angle of 21.94º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955A38 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1499056-
CMYK00.400.620.42
HSL21.94º45.37%40.2%-
HSV(B)21.94º62.42%58.43%-
XYZ16.7613.995.56-
YUV103.76101.05160.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 56 (22.27% from 255) = 18.98%
R=50.51%
G=30.51%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149905600.400.620.4221.9445.3740.2
Hex955A380283E2A162d28
Octal225132700507652265550
Binary100101011011010111000010100011111010101010110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,90,56); }

 H1.HeaderClassName
 {
   color: #955A38;
 }
 .AnyTagClassName
 {
   color: #955A38;
 }
</style>
background-color css

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

 a { background-color: rgb(149,90,56); }

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

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

 span { border-color: rgb(149,90,56); }

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