#521E09

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

Shades of Baker's Chocolate #521E09

Tints of Baker's Chocolate #521E09

Color information

#521E09 (or 0x521E09) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 1E and 09. RGB value is (82,30,9). Sum of RGB (Red+Green+Blue) = 82+30+9=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #521E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521E09 is #ADE1F6. Grayscale: #2B2B2B. Windows color (decimal): -11395575 or 597586. OLE color: 597586.

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

Color convert

RGB82309-
CMYK00.630.890.68
HSL17.26º80.22%17.84%-
HSV(B)17.26º89.02%32.16%-
XYZ3.992.740.58-
YUV43.15108.73155.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 67.77%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 9 (3.91% from 255) = 7.44%
R=67.77%
G=24.79%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8230900.630.890.6817.2680.2217.84
Hex521E903F5944115012
Octal12236110771311042112022
Binary101001011110100101111111011001100010010001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521E09; }

 p { color: rgb(82,30,9); }

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

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

 a { background-color: rgb(82,30,9); }

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

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

 span { border-color: rgb(82,30,9); }

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