#33300C

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

Shades of Maire #33300C

Tints of Maire #33300C

Color information

#33300C (or 0x33300C) is unknown color: approx Maire. HEX triplet: 33, 30 and 0C. RGB value is (51,48,12). Sum of RGB (Red+Green+Blue) = 51+48+12=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #33300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33300C is #CCCFF3. Grayscale: #2C2C2C. Windows color (decimal): -13422580 or 798771. OLE color: 798771.

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

Color convert

RGB514812-
CMYK00.060.760.8
HSL55.38º61.9%12.35%-
HSV(B)55.38º76.47%20%-
XYZ2.492.840.77-
YUV44.79109.49132.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 48 (19.14% from 255) = 43.24%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=45.95%
G=43.24%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51481200.060.760.855.3861.912.35
Hex3330C064C50373ec
Octal63601406114120677614
Binary11001111000011000110100110010100001101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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