#33300E

Color #33300E Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #33300E

Tints of Maire #33300E

Color information

#33300E (or 0x33300E) is unknown color: approx Maire. HEX triplet: 33, 30 and 0E. RGB value is (51,48,14). Sum of RGB (Red+Green+Blue) = 51+48+14=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #33300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33300E is #CCCFF1. Grayscale: #2D2D2D. Windows color (decimal): -13422578 or 929843. OLE color: 929843.

HSL color Cylindrical-coordinate representation of color #33300E: hue angle of 55.14º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33300E is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB514814-
CMYK00.060.730.8
HSL55.14º56.92%12.75%-
HSV(B)55.14º72.55%20%-
XYZ2.52.850.83-
YUV45.02110.49132.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.13%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 14 (5.86% from 255) = 12.39%
R=45.13%
G=42.48%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51481400.060.730.855.1456.9212.75
Hex3330E0649503739d
Octal63601606111120677115
Binary11001111000011100110100100110100001101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33300E; }

 p { color: rgb(51,48,14); }

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

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

 a { background-color: rgb(51,48,14); }

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

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

 span { border-color: rgb(51,48,14); }

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