#51310E

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

Shades of Baker's Chocolate #51310E

Tints of Baker's Chocolate #51310E

Color information

#51310E (or 0x51310E) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 31 and 0E. RGB value is (81,49,14). Sum of RGB (Red+Green+Blue) = 81+49+14=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51310E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51310E is #AECEF1. Grayscale: #363636. Windows color (decimal): -11456242 or 930129. OLE color: 930129.

HSL color Cylindrical-coordinate representation of color #51310E: hue angle of 31.34º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51310E is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB814914-
CMYK00.400.830.68
HSL31.34º70.53%18.63%-
HSV(B)31.34º82.72%31.76%-
XYZ4.573.980.94-
YUV54.58105.1146.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.25%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 14 (5.86% from 255) = 9.72%
R=56.25%
G=34.03%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81491400.400.830.6831.3470.5318.63
Hex5131E02853441f4713
Octal12161160501231043710723
Binary1010001110001111001010001010011100010011111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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