#51390E

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

Shades of Baker's Chocolate #51390E

Tints of Baker's Chocolate #51390E

Color information

#51390E (or 0x51390E) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 39 and 0E. RGB value is (81,57,14). Sum of RGB (Red+Green+Blue) = 81+57+14=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #51390E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51390E is #AEC6F1. Grayscale: #3B3B3B. Windows color (decimal): -11454194 or 932177. OLE color: 932177.

HSL color Cylindrical-coordinate representation of color #51390E: hue angle of 38.51º 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 #51390E is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB815714-
CMYK00.300.830.68
HSL38.51º70.53%18.63%-
HSV(B)38.51º82.72%31.76%-
XYZ4.944.711.06-
YUV59.27102.45143.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.29%
GREEN value IS 57 (22.66% from 255) = 37.5%
BLUE value IS 14 (5.86% from 255) = 9.21%
R=53.29%
G=37.5%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81571400.300.830.6838.5170.5318.63
Hex5139E01E5344274713
Octal12171160361231044710723
Binary1010001111001111001111010100111000100100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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