#51380E

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

Shades of Baker's Chocolate #51380E

Tints of Baker's Chocolate #51380E

Color information

#51380E (or 0x51380E) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 38 and 0E. RGB value is (81,56,14). Sum of RGB (Red+Green+Blue) = 81+56+14=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #51380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51380E is #AEC7F1. Grayscale: #3A3A3A. Windows color (decimal): -11454450 or 931921. OLE color: 931921.

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

Color convert

RGB815614-
CMYK00.310.830.68
HSL37.61º70.53%18.63%-
HSV(B)37.61º82.72%31.76%-
XYZ4.894.611.05-
YUV58.69102.78143.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.64%
GREEN value IS 56 (22.27% from 255) = 37.09%
BLUE value IS 14 (5.86% from 255) = 9.27%
R=53.64%
G=37.09%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81561400.310.830.6837.6170.5318.63
Hex5138E01F5344264713
Octal12170160371231044610723
Binary1010001111000111001111110100111000100100110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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