#513604

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

Shades of Baker's Chocolate #513604

Tints of Baker's Chocolate #513604

Color information

#513604 (or 0x513604) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 36 and 04. RGB value is (81,54,4). Sum of RGB (Red+Green+Blue) = 81+54+4=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #513604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513604 is #AEC9FB. Grayscale: #383838. Windows color (decimal): -11454972 or 276049. OLE color: 276049.

HSL color Cylindrical-coordinate representation of color #513604: hue angle of 38.96º 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 #513604 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB81544-
CMYK00.330.950.68
HSL38.96º90.59%16.67%-
HSV(B)38.96º95.06%31.76%-
XYZ4.734.40.71-
YUV56.3798.45145.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.27%
GREEN value IS 54 (21.48% from 255) = 38.85%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=58.27%
G=38.85%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8154400.330.950.6838.9690.5916.67
Hex513640215F44275b11
Octal1216640411371044713321
Binary1010001110110100010000110111111000100100111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513604; }

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

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

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

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

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

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

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

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