#512009

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

Shades of Baker's Chocolate #512009

Tints of Baker's Chocolate #512009

Color information

#512009 (or 0x512009) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 20 and 09. RGB value is (81,32,9). Sum of RGB (Red+Green+Blue) = 81+32+9=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #512009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512009 is #AEDFF6. Grayscale: #2C2C2C. Windows color (decimal): -11460599 or 598097. OLE color: 598097.

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

Color convert

RGB81329-
CMYK00.600.890.68
HSL19.17º80%17.65%-
HSV(B)19.17º88.89%31.76%-
XYZ3.962.80.59-
YUV44.03108.23154.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.39%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 9 (3.91% from 255) = 7.38%
R=66.39%
G=26.23%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8132900.600.890.6819.178017.65
Hex5120903C5944135012
Octal12140110741311042312022
Binary1010001100000100101111001011001100010010011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512009; }

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

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

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

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

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

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

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

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