#33300D

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

Shades of Maire #33300D

Tints of Maire #33300D

Color information

#33300D (or 0x33300D) is unknown color: approx Maire. HEX triplet: 33, 30 and 0D. RGB value is (51,48,13). Sum of RGB (Red+Green+Blue) = 51+48+13=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #33300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33300D is #CCCFF2. Grayscale: #2D2D2D. Windows color (decimal): -13422579 or 864307. OLE color: 864307.

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

Color convert

RGB514813-
CMYK00.060.750.8
HSL55.26º59.38%12.55%-
HSV(B)55.26º74.51%20%-
XYZ2.492.850.8-
YUV44.91109.99132.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.54%
GREEN value IS 48 (19.14% from 255) = 42.86%
BLUE value IS 13 (5.47% from 255) = 11.61%
R=45.54%
G=42.86%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51481300.060.750.855.2659.3812.55
Hex3330D064B50373bd
Octal63601506113120677315
Binary11001111000011010110100101110100001101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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