#933E2E

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

Shades of Tia Maria #933E2E

Tints of Tia Maria #933E2E

Color information

#933E2E (or 0x933E2E) is unknown color: approx Tia Maria. HEX triplet: 93, 3E and 2E. RGB value is (147,62,46). Sum of RGB (Red+Green+Blue) = 147+62+46=255 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.65% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 147 - color contains mainly: red. Hex color #933E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933E2E is #6CC1D1. Grayscale: #555555. Windows color (decimal): -7127506 or 3030675. OLE color: 3030675.

HSL color Cylindrical-coordinate representation of color #933E2E: hue angle of 9.5º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #933E2E is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1476246-
CMYK00.580.690.42
HSL9.5º52.33%37.84%-
HSV(B)9.5º68.71%57.65%-
XYZ14.259.853.73-
YUV85.59105.66171.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 57.65%
GREEN value IS 62 (24.61% from 255) = 24.31%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=57.65%
G=24.31%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147624600.580.690.429.552.3337.84
Hex933E2E03A452Aa3426
Octal223765607210552126446
Binary10010011111110101110011101010001011010101010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933E2E; }

 p { color: rgb(147,62,46); }

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

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

 a { background-color: rgb(147,62,46); }

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

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

 span { border-color: rgb(147,62,46); }

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