#945F38

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

Shades of Indochine #945F38

Tints of Indochine #945F38

Color information

#945F38 (or 0x945F38) is unknown color: approx Indochine. HEX triplet: 94, 5F and 38. RGB value is (148,95,56). Sum of RGB (Red+Green+Blue) = 148+95+56=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #945F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945F38 is #6BA0C7. Grayscale: #6A6A6A. Windows color (decimal): -7053512 or 3694484. OLE color: 3694484.

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

Color convert

RGB1489556-
CMYK00.360.620.42
HSL25.43º45.1%40%-
HSV(B)25.43º62.16%58.04%-
XYZ17.0214.775.69-
YUV106.499.56157.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.50%
GREEN value IS 95 (37.5% from 255) = 31.77%
BLUE value IS 56 (22.27% from 255) = 18.73%
R=49.50%
G=31.77%
B=18.73%

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
Decimal148955600.360.620.4225.4345.140
Hex945F380243E2A192d28
Octal224137700447652315550
Binary100101001011111111000010010011111010101011001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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