#933F2E

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

Shades of Tia Maria #933F2E

Tints of Tia Maria #933F2E

Color information

#933F2E (or 0x933F2E) is unknown color: approx Tia Maria. HEX triplet: 93, 3F and 2E. RGB value is (147,63,46). Sum of RGB (Red+Green+Blue) = 147+63+46=256 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.42% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 147 - color contains mainly: red. Hex color #933F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933F2E is #6CC0D1. Grayscale: #565656. Windows color (decimal): -7127250 or 3030931. OLE color: 3030931.

HSL color Cylindrical-coordinate representation of color #933F2E: hue angle of 10.1º 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 #933F2E is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1476346-
CMYK00.570.690.42
HSL10.1º52.33%37.84%-
HSV(B)10.1º68.71%57.65%-
XYZ14.39.963.75-
YUV86.18105.33171.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 57.42%
GREEN value IS 63 (25% from 255) = 24.61%
BLUE value IS 46 (18.36% from 255) = 17.97%
R=57.42%
G=24.61%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147634600.570.690.4210.152.3337.84
Hex933F2E039452Aa3426
Octal223775607110552126446
Binary10010011111111101110011100110001011010101010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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