#512209

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

Shades of Baker's Chocolate #512209

Tints of Baker's Chocolate #512209

Color information

#512209 (or 0x512209) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 22 and 09. RGB value is (81,34,9). Sum of RGB (Red+Green+Blue) = 81+34+9=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #512209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512209 is #AEDDF6. Grayscale: #2D2D2D. Windows color (decimal): -11460087 or 598609. OLE color: 598609.

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

Color convert

RGB81349-
CMYK00.580.890.68
HSL20.83º80%17.65%-
HSV(B)20.83º88.89%31.76%-
XYZ4.012.910.61-
YUV45.2107.57153.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.32%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 9 (3.91% from 255) = 7.26%
R=65.32%
G=27.42%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8134900.580.890.6820.838017.65
Hex5122903A5944155012
Octal12142110721311042512022
Binary1010001100010100101110101011001100010010101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512209; }

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

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

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

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

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

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

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

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