#20210C

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

Shades of Maire #20210C

Tints of Maire #20210C

Color information

#20210C (or 0x20210C) is unknown color: approx Maire. HEX triplet: 20, 21 and 0C. RGB value is (32,33,12). Sum of RGB (Red+Green+Blue) = 32+33+12=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 33 - color contains mainly: green. Hex color #20210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20210C is #DFDEF3. Grayscale: #1E1E1E. Windows color (decimal): -14671604 or 794912. OLE color: 794912.

HSL color Cylindrical-coordinate representation of color #20210C: hue angle of 62.86º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20210C is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.

Color convert

RGB323312-
CMYK0.0300.640.87
HSL62.86º46.67%8.82%-
HSV(B)62.86º63.64%12.94%-
XYZ1.211.420.56-
YUV30.31117.67129.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.56%
GREEN value IS 33 (13.28% from 255) = 42.86%
BLUE value IS 12 (5.08% from 255) = 15.58%
R=41.56%
G=42.86%
B=15.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3233120.0300.640.8762.8646.678.82
Hex2021C3040573f2f9
Octal40411430100127775711
Binary1000001000011100110100000010101111111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,33,12); }

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

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

 a { background-color: rgb(32,33,12); }

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

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

 span { border-color: rgb(32,33,12); }

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