#51260C

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

Shades of Baker's Chocolate #51260C

Tints of Baker's Chocolate #51260C

Color information

#51260C (or 0x51260C) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 26 and 0C. RGB value is (81,38,12). Sum of RGB (Red+Green+Blue) = 81+38+12=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #51260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51260C is #AED9F3. Grayscale: #303030. Windows color (decimal): -11459060 or 796241. OLE color: 796241.

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

Color convert

RGB813812-
CMYK00.530.850.68
HSL22.61º74.19%18.24%-
HSV(B)22.61º85.19%31.76%-
XYZ4.153.160.74-
YUV47.89107.75151.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.83%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 12 (5.08% from 255) = 9.16%
R=61.83%
G=29.01%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81381200.530.850.6822.6174.1918.24
Hex5126C0355544174a12
Octal12146140651251042711222
Binary1010001100110110001101011010101100010010111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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