#513504

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

Shades of Baker's Chocolate #513504

Tints of Baker's Chocolate #513504

Color information

#513504 (or 0x513504) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 35 and 04. RGB value is (81,53,4). Sum of RGB (Red+Green+Blue) = 81+53+4=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #513504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513504 is #AECAFB. Grayscale: #383838. Windows color (decimal): -11455228 or 275793. OLE color: 275793.

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

Color convert

RGB81534-
CMYK00.350.950.68
HSL38.18º90.59%16.67%-
HSV(B)38.18º95.06%31.76%-
XYZ4.694.30.7-
YUV55.7998.78145.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 4 (1.95% from 255) = 2.90%
R=58.70%
G=38.41%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8153400.350.950.6838.1890.5916.67
Hex513540235F44265b11
Octal1216540431371044613321
Binary1010001110101100010001110111111000100100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513504; }

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

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

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

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

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

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

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

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