#513503

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

Shades of Baker's Chocolate #513503

Tints of Baker's Chocolate #513503

Color information

#513503 (or 0x513503) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 35 and 03. RGB value is (81,53,3). Sum of RGB (Red+Green+Blue) = 81+53+3=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #513503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513503 is #AECAFC. Grayscale: #373737. Windows color (decimal): -11455229 or 210257. OLE color: 210257.

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

Color convert

RGB81533-
CMYK00.350.960.68
HSL38.46º92.86%16.47%-
HSV(B)38.46º96.3%31.76%-
XYZ4.684.30.67-
YUV55.6798.28146.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.12%
GREEN value IS 53 (21.09% from 255) = 38.69%
BLUE value IS 3 (1.56% from 255) = 2.19%
R=59.12%
G=38.69%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8153300.350.960.6838.4692.8616.47
Hex513530236044265d10
Octal1216530431401044613520
Binary101000111010111010001111000001000100100110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513503; }

 p { color: rgb(81,53,3); }

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

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

 a { background-color: rgb(81,53,3); }

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

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

 span { border-color: rgb(81,53,3); }

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