#513704

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

Shades of Baker's Chocolate #513704

Tints of Baker's Chocolate #513704

Color information

#513704 (or 0x513704) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 37 and 04. RGB value is (81,55,4). Sum of RGB (Red+Green+Blue) = 81+55+4=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #513704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513704 is #AEC8FB. Grayscale: #393939. Windows color (decimal): -11454716 or 276305. OLE color: 276305.

HSL color Cylindrical-coordinate representation of color #513704: hue angle of 39.74º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #513704 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB81554-
CMYK00.320.950.68
HSL39.74º90.59%16.67%-
HSV(B)39.74º95.06%31.76%-
XYZ4.784.490.73-
YUV56.9698.11145.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.86%
GREEN value IS 55 (21.88% from 255) = 39.29%
BLUE value IS 4 (1.95% from 255) = 2.86%
R=57.86%
G=39.29%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8155400.320.950.6839.7490.5916.67
Hex513740205F44285b11
Octal1216740401371045013321
Binary1010001110111100010000010111111000100101000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513704; }

 p { color: rgb(81,55,4); }

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

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

 a { background-color: rgb(81,55,4); }

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

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

 span { border-color: rgb(81,55,4); }

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