#945F34

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

Shades of Indochine #945F34

Tints of Indochine #945F34

Color information

#945F34 (or 0x945F34) is unknown color: approx Indochine. HEX triplet: 94, 5F and 34. RGB value is (148,95,52). Sum of RGB (Red+Green+Blue) = 148+95+52=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #945F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945F34 is #6BA0CB. Grayscale: #6A6A6A. Windows color (decimal): -7053516 or 3432340. OLE color: 3432340.

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

Color convert

RGB1489552-
CMYK00.360.650.42
HSL26.88º48%39.22%-
HSV(B)26.88º64.86%58.04%-
XYZ16.9214.735.2-
YUV105.9497.56158-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 52 (20.70% from 255) = 17.63%
R=50.17%
G=32.20%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148955200.360.650.4226.884839.22
Hex945F34024412A1b3027
Octal2241376404410152336047
Binary1001010010111111101000100100100000110101011011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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