#944233

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

Shades of Tia Maria #944233

Tints of Tia Maria #944233

Color information

#944233 (or 0x944233) is unknown color: approx Tia Maria. HEX triplet: 94, 42 and 33. RGB value is (148,66,51). Sum of RGB (Red+Green+Blue) = 148+66+51=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #944233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944233 is #6BBDCC. Grayscale: #585858. Windows color (decimal): -7060941 or 3359380. OLE color: 3359380.

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

Color convert

RGB1486651-
CMYK00.550.660.42
HSL9.28º48.74%39.02%-
HSV(B)9.28º65.54%58.04%-
XYZ14.7610.434.37-
YUV88.81106.67170.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.85%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 51 (20.31% from 255) = 19.25%
R=55.85%
G=24.91%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148665100.550.660.429.2848.7439.02
Hex944233037422A93127
Octal2241026306710252116147
Binary100101001000010110011011011110000101010101001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944233; }

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

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

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

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

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

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

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

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