#51250C

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

Shades of Baker's Chocolate #51250C

Tints of Baker's Chocolate #51250C

Color information

#51250C (or 0x51250C) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 25 and 0C. RGB value is (81,37,12). Sum of RGB (Red+Green+Blue) = 81+37+12=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #51250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51250C is #AEDAF3. Grayscale: #2F2F2F. Windows color (decimal): -11459316 or 795985. OLE color: 795985.

HSL color Cylindrical-coordinate representation of color #51250C: hue angle of 21.74º 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 #51250C is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB813712-
CMYK00.540.850.68
HSL21.74º74.19%18.24%-
HSV(B)21.74º85.19%31.76%-
XYZ4.123.10.73-
YUV47.31108.08152.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 62.31%
GREEN value IS 37 (14.84% from 255) = 28.46%
BLUE value IS 12 (5.08% from 255) = 9.23%
R=62.31%
G=28.46%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81371200.540.850.6821.7474.1918.24
Hex5125C0365544164a12
Octal12145140661251042611222
Binary1010001100101110001101101010101100010010110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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