#945E38

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

Shades of Indochine #945E38

Tints of Indochine #945E38

Color information

#945E38 (or 0x945E38) is unknown color: approx Indochine. HEX triplet: 94, 5E and 38. RGB value is (148,94,56). Sum of RGB (Red+Green+Blue) = 148+94+56=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #945E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945E38 is #6BA1C7. Grayscale: #6A6A6A. Windows color (decimal): -7053768 or 3694228. OLE color: 3694228.

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

Color convert

RGB1489456-
CMYK00.360.620.42
HSL24.78º45.1%40%-
HSV(B)24.78º62.16%58.04%-
XYZ16.9314.595.66-
YUV105.8199.89158.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.66%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=49.66%
G=31.54%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148945600.360.620.4224.7845.140
Hex945E380243E2A192d28
Octal224136700447652315550
Binary100101001011110111000010010011111010101011001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,94,56); }

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

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

 a { background-color: rgb(148,94,56); }

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

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

 span { border-color: rgb(148,94,56); }

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