#513800

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

Shades of Baker's Chocolate #513800

Tints of Baker's Chocolate #513800

Color information

#513800 (or 0x513800) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 38 and 00. RGB value is (81,56,0). Sum of RGB (Red+Green+Blue) = 81+56+0=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #513800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513800 is #AEC7FF. Grayscale: #393939. Windows color (decimal): -11454464 or 14417. OLE color: 14417.

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

Color convert

RGB81560-
CMYK00.3110.68
HSL41.48º100%15.88%-
HSV(B)41.48º100%31.76%-
XYZ4.814.580.63-
YUV57.0995.78145.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.12%
GREEN value IS 56 (22.27% from 255) = 40.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.12%
G=40.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8156000.3110.6841.4810015.88
Hex5138001F6444296410
Octal1217000371441045114420
Binary1010001111000001111111001001000100101001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513800; }

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

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

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

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

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

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

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

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