#512205

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

Shades of Baker's Chocolate #512205

Tints of Baker's Chocolate #512205

Color information

#512205 (or 0x512205) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 22 and 05. RGB value is (81,34,5). Sum of RGB (Red+Green+Blue) = 81+34+5=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #512205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512205 is #AEDDFA. Grayscale: #2C2C2C. Windows color (decimal): -11460091 or 336465. OLE color: 336465.

HSL color Cylindrical-coordinate representation of color #512205: hue angle of 22.89º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #512205 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB81345-
CMYK00.580.940.68
HSL22.89º88.37%16.86%-
HSV(B)22.89º93.83%31.76%-
XYZ3.992.90.49-
YUV44.75105.57153.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 67.5%
GREEN value IS 34 (13.67% from 255) = 28.33%
BLUE value IS 5 (2.34% from 255) = 4.17%
R=67.5%
G=28.33%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8134500.580.940.6822.8988.3716.86
Hex5122503A5E44175811
Octal1214250721361042713021
Binary101000110001010101110101011110100010010111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512205; }

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

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

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

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

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

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

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

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