#51260E

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

Shades of Baker's Chocolate #51260E

Tints of Baker's Chocolate #51260E

Color information

#51260E (or 0x51260E) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 26 and 0E. RGB value is (81,38,14). Sum of RGB (Red+Green+Blue) = 81+38+14=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #51260E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51260E is #AED9F1. Grayscale: #303030. Windows color (decimal): -11459058 or 927313. OLE color: 927313.

HSL color Cylindrical-coordinate representation of color #51260E: hue angle of 21.49º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51260E is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB813814-
CMYK00.530.830.68
HSL21.49º70.53%18.63%-
HSV(B)21.49º82.72%31.76%-
XYZ4.173.170.81-
YUV48.12108.75151.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.90%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 14 (5.86% from 255) = 10.53%
R=60.90%
G=28.57%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81381400.530.830.6821.4970.5318.63
Hex5126E0355344154713
Octal12146160651231042510723
Binary1010001100110111001101011010011100010010101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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