#512409

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

Shades of Baker's Chocolate #512409

Tints of Baker's Chocolate #512409

Color information

#512409 (or 0x512409) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 24 and 09. RGB value is (81,36,9). Sum of RGB (Red+Green+Blue) = 81+36+9=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #512409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512409 is #AEDBF6. Grayscale: #2E2E2E. Windows color (decimal): -11459575 or 599121. OLE color: 599121.

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

Color convert

RGB81369-
CMYK00.560.890.68
HSL22.5º80%17.65%-
HSV(B)22.5º88.89%31.76%-
XYZ4.073.030.63-
YUV46.38106.91152.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.29%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 9 (3.91% from 255) = 7.14%
R=64.29%
G=28.57%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8136900.560.890.6822.58017.65
Hex512490385944165012
Octal12144110701311042612022
Binary1010001100100100101110001011001100010010110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512409; }

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

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

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

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

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

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

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

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