#51220B

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

Shades of Baker's Chocolate #51220B

Tints of Baker's Chocolate #51220B

Color information

#51220B (or 0x51220B) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 22 and 0B. RGB value is (81,34,11). Sum of RGB (Red+Green+Blue) = 81+34+11=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #51220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51220B is #AEDDF4. Grayscale: #2D2D2D. Windows color (decimal): -11460085 or 729681. OLE color: 729681.

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

Color convert

RGB813411-
CMYK00.580.860.68
HSL19.71º76.09%18.04%-
HSV(B)19.71º86.42%31.76%-
XYZ4.032.920.67-
YUV45.43108.57153.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.29%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 11 (4.69% from 255) = 8.73%
R=64.29%
G=26.98%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81341100.580.860.6819.7176.0918.04
Hex5122B03A5644144c12
Octal12142130721261042411422
Binary1010001100010101101110101010110100010010100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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