#945A32

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

Shades of Indochine #945A32

Tints of Indochine #945A32

Color information

#945A32 (or 0x945A32) is unknown color: approx Indochine. HEX triplet: 94, 5A and 32. RGB value is (148,90,50). Sum of RGB (Red+Green+Blue) = 148+90+50=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #945A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945A32 is #6BA5CD. Grayscale: #676767. Windows color (decimal): -7054798 or 3299988. OLE color: 3299988.

HSL color Cylindrical-coordinate representation of color #945A32: hue angle of 24.49º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #945A32 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1489050-
CMYK00.390.660.42
HSL24.49º49.49%38.82%-
HSV(B)24.49º66.22%58.04%-
XYZ16.4413.844.82-
YUV102.7898.22160.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.39%
GREEN value IS 90 (35.55% from 255) = 31.25%
BLUE value IS 50 (19.92% from 255) = 17.36%
R=51.39%
G=31.25%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148905000.390.660.4224.4949.4938.82
Hex945A32027422A183127
Octal2241326204710252306147
Binary1001010010110101100100100111100001010101011000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,90,50); }

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

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

 a { background-color: rgb(148,90,50); }

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

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

 span { border-color: rgb(148,90,50); }

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