#512B09

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

Shades of Baker's Chocolate #512B09

Tints of Baker's Chocolate #512B09

Color information

#512B09 (or 0x512B09) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 2B and 09. RGB value is (81,43,9). Sum of RGB (Red+Green+Blue) = 81+43+9=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #512B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512B09 is #AED4F6. Grayscale: #323232. Windows color (decimal): -11457783 or 600913. OLE color: 600913.

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

Color convert

RGB81439-
CMYK00.470.890.68
HSL28.33º80%17.65%-
HSV(B)28.33º88.89%31.76%-
XYZ4.313.50.71-
YUV50.49104.59149.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.90%
GREEN value IS 43 (17.19% from 255) = 32.33%
BLUE value IS 9 (3.91% from 255) = 6.77%
R=60.90%
G=32.33%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8143900.470.890.6828.338017.65
Hex512B902F59441c5012
Octal12153110571311043412022
Binary1010001101011100101011111011001100010011100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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