#513408

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

Shades of Baker's Chocolate #513408

Tints of Baker's Chocolate #513408

Color information

#513408 (or 0x513408) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 34 and 08. RGB value is (81,52,8). Sum of RGB (Red+Green+Blue) = 81+52+8=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #513408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513408 is #AECBF7. Grayscale: #373737. Windows color (decimal): -11455480 or 537681. OLE color: 537681.

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

Color convert

RGB81528-
CMYK00.360.900.68
HSL36.16º82.02%17.45%-
HSV(B)36.16º90.12%31.76%-
XYZ4.674.220.8-
YUV55.65101.11146.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.45%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 8 (3.52% from 255) = 5.67%
R=57.45%
G=36.88%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8152800.360.900.6836.1682.0217.45
Hex513480245A44245211
Octal12164100441321044412221
Binary10100011101001000010010010110101000100100100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513408; }

 p { color: rgb(81,52,8); }

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

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

 a { background-color: rgb(81,52,8); }

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

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

 span { border-color: rgb(81,52,8); }

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