#513711

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

Shades of Baker's Chocolate #513711

Tints of Baker's Chocolate #513711

Color information

#513711 (or 0x513711) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 37 and 11. RGB value is (81,55,17). Sum of RGB (Red+Green+Blue) = 81+55+17=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #513711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513711 is #AEC8EE. Grayscale: #3A3A3A. Windows color (decimal): -11454703 or 1128273. OLE color: 1128273.

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

Color convert

RGB815517-
CMYK00.320.790.68
HSL35.62º65.31%19.22%-
HSV(B)35.62º79.01%31.76%-
XYZ4.864.521.15-
YUV58.44104.61144.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.94%
GREEN value IS 55 (21.88% from 255) = 35.95%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=52.94%
G=35.95%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81551700.320.790.6835.6265.3119.22
Hex5137110204F44244113
Octal12167210401171044410123
Binary101000111011110001010000010011111000100100100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513711; }

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

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

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

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

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

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

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

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