#513509

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

Shades of Baker's Chocolate #513509

Tints of Baker's Chocolate #513509

Color information

#513509 (or 0x513509) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 35 and 09. RGB value is (81,53,9). Sum of RGB (Red+Green+Blue) = 81+53+9=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #513509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513509 is #AECAF6. Grayscale: #383838. Windows color (decimal): -11455223 or 603473. OLE color: 603473.

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

Color convert

RGB81539-
CMYK00.350.890.68
HSL36.67º80%17.65%-
HSV(B)36.67º88.89%31.76%-
XYZ4.724.320.84-
YUV56.36101.28145.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.64%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 9 (3.91% from 255) = 6.29%
R=56.64%
G=37.06%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8153900.350.890.6836.678017.65
Hex513590235944255012
Octal12165110431311044512022
Binary10100011101011001010001110110011000100100101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513509; }

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

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

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

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

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

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

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

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