#33300F

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

Shades of Maire #33300F

Tints of Maire #33300F

Color information

#33300F (or 0x33300F) is unknown color: approx Maire. HEX triplet: 33, 30 and 0F. RGB value is (51,48,15). Sum of RGB (Red+Green+Blue) = 51+48+15=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #33300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33300F is #CCCFF0. Grayscale: #2D2D2D. Windows color (decimal): -13422577 or 995379. OLE color: 995379.

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

Color convert

RGB514815-
CMYK00.060.710.8
HSL55º54.55%12.94%-
HSV(B)55º70.59%20%-
XYZ2.512.850.87-
YUV45.14110.99132.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.74%
GREEN value IS 48 (19.14% from 255) = 42.11%
BLUE value IS 15 (6.25% from 255) = 13.16%
R=44.74%
G=42.11%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51481500.060.710.85554.5512.94
Hex3330F0647503737d
Octal63601706107120676715
Binary11001111000011110110100011110100001101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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