#51260B

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

Shades of Baker's Chocolate #51260B

Tints of Baker's Chocolate #51260B

Color information

#51260B (or 0x51260B) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 26 and 0B. RGB value is (81,38,11). Sum of RGB (Red+Green+Blue) = 81+38+11=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #51260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51260B is #AED9F4. Grayscale: #2F2F2F. Windows color (decimal): -11459061 or 730705. OLE color: 730705.

HSL color Cylindrical-coordinate representation of color #51260B: hue angle of 23.14º 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 #51260B is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB813811-
CMYK00.530.860.68
HSL23.14º76.09%18.04%-
HSV(B)23.14º86.42%31.76%-
XYZ4.153.160.71-
YUV47.78107.25151.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 62.31%
GREEN value IS 38 (15.23% from 255) = 29.23%
BLUE value IS 11 (4.69% from 255) = 8.46%
R=62.31%
G=29.23%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81381100.530.860.6823.1476.0918.04
Hex5126B0355644174c12
Octal12146130651261042711422
Binary1010001100110101101101011010110100010010111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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