#51350E

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

Shades of Baker's Chocolate #51350E

Tints of Baker's Chocolate #51350E

Color information

#51350E (or 0x51350E) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 35 and 0E. RGB value is (81,53,14). Sum of RGB (Red+Green+Blue) = 81+53+14=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #51350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51350E is #AECAF1. Grayscale: #393939. Windows color (decimal): -11455218 or 931153. OLE color: 931153.

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

Color convert

RGB815314-
CMYK00.350.830.68
HSL34.93º70.53%18.63%-
HSV(B)34.93º82.72%31.76%-
XYZ4.754.331-
YUV56.93103.78145.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.73%
GREEN value IS 53 (21.09% from 255) = 35.81%
BLUE value IS 14 (5.86% from 255) = 9.46%
R=54.73%
G=35.81%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81531400.350.830.6834.9370.5318.63
Hex5135E0235344234713
Octal12165160431231044310723
Binary10100011101011110010001110100111000100100011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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