#51310A

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

Shades of Baker's Chocolate #51310A

Tints of Baker's Chocolate #51310A

Color information

#51310A (or 0x51310A) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 31 and 0A. RGB value is (81,49,10). Sum of RGB (Red+Green+Blue) = 81+49+10=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #51310A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51310A is #AECEF5. Grayscale: #363636. Windows color (decimal): -11456246 or 667985. OLE color: 667985.

HSL color Cylindrical-coordinate representation of color #51310A: hue angle of 32.96º 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 #51310A is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB814910-
CMYK00.400.880.68
HSL32.96º78.02%17.84%-
HSV(B)32.96º87.65%31.76%-
XYZ4.553.970.81-
YUV54.12103.1147.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.86%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 10 (4.30% from 255) = 7.14%
R=57.86%
G=35%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81491000.400.880.6832.9678.0217.84
Hex5131A0285844214e12
Octal12161120501301044111622
Binary10100011100011010010100010110001000100100001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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