#513905

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

Shades of Baker's Chocolate #513905

Tints of Baker's Chocolate #513905

Color information

#513905 (or 0x513905) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 39 and 05. RGB value is (81,57,5). Sum of RGB (Red+Green+Blue) = 81+57+5=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #513905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513905 is #AEC6FA. Grayscale: #3A3A3A. Windows color (decimal): -11454203 or 342353. OLE color: 342353.

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

Color convert

RGB81575-
CMYK00.300.940.68
HSL41.05º88.37%16.86%-
HSV(B)41.05º93.83%31.76%-
XYZ4.884.690.79-
YUV58.2597.95144.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.64%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 5 (2.34% from 255) = 3.50%
R=56.64%
G=39.86%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8157500.300.940.6841.0588.3716.86
Hex5139501E5E44295811
Octal1217150361361045113021
Binary101000111100110101111010111101000100101001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513905; }

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

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

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

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

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

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

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

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