#333016

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

Shades of Maire #333016

Tints of Maire #333016

Color information

#333016 (or 0x333016) is unknown color: approx Maire. HEX triplet: 33, 30 and 16. RGB value is (51,48,22). Sum of RGB (Red+Green+Blue) = 51+48+22=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #333016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333016 is #CCCFE9. Grayscale: #2E2E2E. Windows color (decimal): -13422570 or 1454131. OLE color: 1454131.

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

Color convert

RGB514822-
CMYK00.060.570.8
HSL53.79º39.73%14.31%-
HSV(B)53.79º56.86%20%-
XYZ2.572.881.18-
YUV45.93114.49131.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.15%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=42.15%
G=39.67%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51482200.060.570.853.7939.7314.31
Hex3330160639503628e
Octal6360260671120665016
Binary11001111000010110011011100110100001101101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333016; }

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

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

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

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

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

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

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

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