#512A09

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

Shades of Baker's Chocolate #512A09

Tints of Baker's Chocolate #512A09

Color information

#512A09 (or 0x512A09) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 2A and 09. RGB value is (81,42,9). Sum of RGB (Red+Green+Blue) = 81+42+9=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #512A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512A09 is #AED5F6. Grayscale: #323232. Windows color (decimal): -11458039 or 600657. OLE color: 600657.

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

Color convert

RGB81429-
CMYK00.480.890.68
HSL27.5º80%17.65%-
HSV(B)27.5º88.89%31.76%-
XYZ4.273.420.69-
YUV49.9104.92150.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.36%
GREEN value IS 42 (16.80% from 255) = 31.82%
BLUE value IS 9 (3.91% from 255) = 6.82%
R=61.36%
G=31.82%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8142900.480.890.6827.58017.65
Hex512A903059441c5012
Octal12152110601311043412022
Binary1010001101010100101100001011001100010011100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512A09; }

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

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

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

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

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

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

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

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