#521C00

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

Shades of Baker's Chocolate #521C00

Tints of Baker's Chocolate #521C00

Color information

#521C00 (or 0x521C00) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 1C and 00. RGB value is (82,28,0). Sum of RGB (Red+Green+Blue) = 82+28+0=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #521C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521C00 is #ADE3FF. Grayscale: #292929. Windows color (decimal): -11396096 or 7250. OLE color: 7250.

HSL color Cylindrical-coordinate representation of color #521C00: hue angle of 20.49º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #521C00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB82280-
CMYK00.6610.68
HSL20.49º100%16.08%-
HSV(B)20.49º100%32.16%-
XYZ3.892.620.3-
YUV40.95104.89157.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 74.55%
GREEN value IS 28 (11.33% from 255) = 25.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.55%
G=25.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8228000.6610.6820.4910016.08
Hex521C00426444146410
Octal12234001021441042414420
Binary1010010111000010000101100100100010010100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,28,0); }

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

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

 a { background-color: rgb(82,28,0); }

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

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

 span { border-color: rgb(82,28,0); }

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