#955B38

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

Shades of Indochine #955B38

Tints of Indochine #955B38

Color information

#955B38 (or 0x955B38) is unknown color: approx Indochine. HEX triplet: 95, 5B and 38. RGB value is (149,91,56). Sum of RGB (Red+Green+Blue) = 149+91+56=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #955B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B38 is #6AA4C7. Grayscale: #686868. Windows color (decimal): -6989000 or 3693461. OLE color: 3693461.

HSL color Cylindrical-coordinate representation of color #955B38: hue angle of 22.58º 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 #955B38 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1499156-
CMYK00.390.620.42
HSL22.58º45.37%40.2%-
HSV(B)22.58º62.42%58.43%-
XYZ16.8514.165.59-
YUV104.35100.72159.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.34%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 56 (22.27% from 255) = 18.92%
R=50.34%
G=30.74%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149915600.390.620.4222.5845.3740.2
Hex955B380273E2A172d28
Octal225133700477652275550
Binary100101011011011111000010011111111010101010111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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