#513609

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

Shades of Baker's Chocolate #513609

Tints of Baker's Chocolate #513609

Color information

#513609 (or 0x513609) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 36 and 09. RGB value is (81,54,9). Sum of RGB (Red+Green+Blue) = 81+54+9=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #513609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513609 is #AEC9F6. Grayscale: #393939. Windows color (decimal): -11454967 or 603729. OLE color: 603729.

HSL color Cylindrical-coordinate representation of color #513609: hue angle of 37.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #513609 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB81549-
CMYK00.330.890.68
HSL37.5º80%17.65%-
HSV(B)37.5º88.89%31.76%-
XYZ4.764.410.86-
YUV56.94100.95145.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.25%
GREEN value IS 54 (21.48% from 255) = 37.5%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=56.25%
G=37.5%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8154900.330.890.6837.58017.65
Hex513690215944265012
Octal12166110411311044612022
Binary10100011101101001010000110110011000100100110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513609; }

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

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

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

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

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

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

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

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