#512109

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

Shades of Baker's Chocolate #512109

Tints of Baker's Chocolate #512109

Color information

#512109 (or 0x512109) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 21 and 09. RGB value is (81,33,9). Sum of RGB (Red+Green+Blue) = 81+33+9=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #512109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512109 is #AEDEF6. Grayscale: #2C2C2C. Windows color (decimal): -11460343 or 598353. OLE color: 598353.

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

Color convert

RGB81339-
CMYK00.590.890.68
HSL20º80%17.65%-
HSV(B)20º88.89%31.76%-
XYZ3.992.860.6-
YUV44.62107.9153.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.85%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 9 (3.91% from 255) = 7.32%
R=65.85%
G=26.83%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8133900.590.890.68208017.65
Hex5121903B5944145012
Octal12141110731311042412022
Binary1010001100001100101110111011001100010010100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512109; }

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

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

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

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

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

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

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

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