#945B33

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

Shades of Indochine #945B33

Tints of Indochine #945B33

Color information

#945B33 (or 0x945B33) is unknown color: approx Indochine. HEX triplet: 94, 5B and 33. RGB value is (148,91,51). Sum of RGB (Red+Green+Blue) = 148+91+51=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #945B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945B33 is #6BA4CC. Grayscale: #676767. Windows color (decimal): -7054541 or 3365780. OLE color: 3365780.

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

Color convert

RGB1489151-
CMYK00.390.660.42
HSL24.74º48.74%39.02%-
HSV(B)24.74º65.54%58.04%-
XYZ16.5514.024.97-
YUV103.4898.38159.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.03%
GREEN value IS 91 (35.94% from 255) = 31.38%
BLUE value IS 51 (20.31% from 255) = 17.59%
R=51.03%
G=31.38%
B=17.59%

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
Decimal148915100.390.660.4224.7448.7439.02
Hex945B33027422A193127
Octal2241336304710252316147
Binary1001010010110111100110100111100001010101011001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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