#51220A

Color #51220A Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #51220A

Tints of Baker's Chocolate #51220A

Color information

#51220A (or 0x51220A) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 22 and 0A. RGB value is (81,34,10). Sum of RGB (Red+Green+Blue) = 81+34+10=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #51220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51220A is #AEDDF5. Grayscale: #2D2D2D. Windows color (decimal): -11460086 or 664145. OLE color: 664145.

HSL color Cylindrical-coordinate representation of color #51220A: hue angle of 20.28º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #51220A is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB813410-
CMYK00.580.880.68
HSL20.28º78.02%17.84%-
HSV(B)20.28º87.65%31.76%-
XYZ4.022.920.64-
YUV45.32108.07153.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.8%
GREEN value IS 34 (13.67% from 255) = 27.2%
BLUE value IS 10 (4.30% from 255) = 8%
R=64.8%
G=27.2%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81341000.580.880.6820.2878.0217.84
Hex5122A03A5844144e12
Octal12142120721301042411622
Binary1010001100010101001110101011000100010010100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51220A; }

 p { color: rgb(81,34,10); }

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

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

 a { background-color: rgb(81,34,10); }

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

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

 span { border-color: rgb(81,34,10); }

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