#945C33

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

Shades of Indochine #945C33

Tints of Indochine #945C33

Color information

#945C33 (or 0x945C33) is unknown color: approx Indochine. HEX triplet: 94, 5C and 33. RGB value is (148,92,51). Sum of RGB (Red+Green+Blue) = 148+92+51=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #945C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945C33 is #6BA3CC. Grayscale: #686868. Windows color (decimal): -7054285 or 3366036. OLE color: 3366036.

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

Color convert

RGB1489251-
CMYK00.380.660.42
HSL25.36º48.74%39.02%-
HSV(B)25.36º65.54%58.04%-
XYZ16.6414.194.99-
YUV104.0798.05159.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.86%
GREEN value IS 92 (36.33% from 255) = 31.62%
BLUE value IS 51 (20.31% from 255) = 17.53%
R=50.86%
G=31.62%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148925100.380.660.4225.3648.7439.02
Hex945C33026422A193127
Octal2241346304610252316147
Binary1001010010111001100110100110100001010101011001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,92,51); }

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

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

 a { background-color: rgb(148,92,51); }

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

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

 span { border-color: rgb(148,92,51); }

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