#51250D

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

Shades of Baker's Chocolate #51250D

Tints of Baker's Chocolate #51250D

Color information

#51250D (or 0x51250D) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 25 and 0D. RGB value is (81,37,13). Sum of RGB (Red+Green+Blue) = 81+37+13=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #51250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51250D is #AEDAF2. Grayscale: #2F2F2F. Windows color (decimal): -11459315 or 861521. OLE color: 861521.

HSL color Cylindrical-coordinate representation of color #51250D: hue angle of 21.18º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51250D is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB813713-
CMYK00.540.840.68
HSL21.18º72.34%18.43%-
HSV(B)21.18º83.95%31.76%-
XYZ4.133.10.76-
YUV47.42108.58151.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.83%
GREEN value IS 37 (14.84% from 255) = 28.24%
BLUE value IS 13 (5.47% from 255) = 9.92%
R=61.83%
G=28.24%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81371300.540.840.6821.1872.3418.43
Hex5125D0365444154812
Octal12145150661241042511022
Binary1010001100101110101101101010100100010010101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51250D; }

 p { color: rgb(81,37,13); }

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

<style>
 a { background-color: #51250D; }

 a { background-color: rgb(81,37,13); }

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

<style>
 span { border-color: #51250D; }

 span { border-color: rgb(81,37,13); }

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