#945D37

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

Shades of Indochine #945D37

Tints of Indochine #945D37

Color information

#945D37 (or 0x945D37) is unknown color: approx Indochine. HEX triplet: 94, 5D and 37. RGB value is (148,93,55). Sum of RGB (Red+Green+Blue) = 148+93+55=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #945D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945D37 is #6BA2C8. Grayscale: #696969. Windows color (decimal): -7054025 or 3628436. OLE color: 3628436.

HSL color Cylindrical-coordinate representation of color #945D37: hue angle of 24.52º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #945D37 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB1489355-
CMYK00.370.630.42
HSL24.52º45.81%39.8%-
HSV(B)24.52º62.84%58.04%-
XYZ16.8214.45.51-
YUV105.1199.72158.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50%
GREEN value IS 93 (36.72% from 255) = 31.42%
BLUE value IS 55 (21.88% from 255) = 18.58%
R=50%
G=31.42%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148935500.370.630.4224.5245.8139.8
Hex945D370253F2A192e28
Octal224135670457752315650
Binary100101001011101110111010010111111110101011001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945D37; }

 p { color: rgb(148,93,55); }

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

<style>
 a { background-color: #945D37; }

 a { background-color: rgb(148,93,55); }

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

<style>
 span { border-color: #945D37; }

 span { border-color: rgb(148,93,55); }

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