#945934

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

Shades of Indochine #945934

Tints of Indochine #945934

Color information

#945934 (or 0x945934) is unknown color: approx Indochine. HEX triplet: 94, 59 and 34. RGB value is (148,89,52). Sum of RGB (Red+Green+Blue) = 148+89+52=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #945934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945934 is #6BA6CB. Grayscale: #666666. Windows color (decimal): -7055052 or 3430804. OLE color: 3430804.

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

Color convert

RGB1488952-
CMYK00.400.650.42
HSL23.12º48%39.22%-
HSV(B)23.12º64.86%58.04%-
XYZ16.413.695.03-
YUV102.4299.55160.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.21%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 52 (20.70% from 255) = 17.99%
R=51.21%
G=30.80%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148895200.400.650.4223.124839.22
Hex945934028412A173027
Octal2241316405010152276047
Binary1001010010110011101000101000100000110101010111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945934; }

 p { color: rgb(148,89,52); }

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

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

 a { background-color: rgb(148,89,52); }

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

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

 span { border-color: rgb(148,89,52); }

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