#51310F

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

Shades of Baker's Chocolate #51310F

Tints of Baker's Chocolate #51310F

Color information

#51310F (or 0x51310F) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 31 and 0F. RGB value is (81,49,15). Sum of RGB (Red+Green+Blue) = 81+49+15=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #51310F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51310F is #AECEF0. Grayscale: #363636. Windows color (decimal): -11456241 or 995665. OLE color: 995665.

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

Color convert

RGB814915-
CMYK00.400.810.68
HSL30.91º68.75%18.82%-
HSV(B)30.91º81.48%31.76%-
XYZ4.583.980.98-
YUV54.69105.6146.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.86%
GREEN value IS 49 (19.53% from 255) = 33.79%
BLUE value IS 15 (6.25% from 255) = 10.34%
R=55.86%
G=33.79%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.81
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81491500.400.810.6830.9168.7518.82
Hex5131F02851441f4513
Octal12161170501211043710523
Binary1010001110001111101010001010001100010011111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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