#51390A

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

Shades of Baker's Chocolate #51390A

Tints of Baker's Chocolate #51390A

Color information

#51390A (or 0x51390A) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 39 and 0A. RGB value is (81,57,10). Sum of RGB (Red+Green+Blue) = 81+57+10=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #51390A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51390A is #AEC6F5. Grayscale: #3B3B3B. Windows color (decimal): -11454198 or 670033. OLE color: 670033.

HSL color Cylindrical-coordinate representation of color #51390A: hue angle of 39.72º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #51390A is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB815710-
CMYK00.300.880.68
HSL39.72º78.02%17.84%-
HSV(B)39.72º87.65%31.76%-
XYZ4.914.70.94-
YUV58.82100.45143.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.73%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 10 (4.30% from 255) = 6.76%
R=54.73%
G=38.51%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81571000.300.880.6839.7278.0217.84
Hex5139A01E5844284e12
Octal12171120361301045011622
Binary1010001111001101001111010110001000100101000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51390A; }

 p { color: rgb(81,57,10); }

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

<style>
 a { background-color: #51390A; }

 a { background-color: rgb(81,57,10); }

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

<style>
 span { border-color: #51390A; }

 span { border-color: rgb(81,57,10); }

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