#521A00

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

Shades of Baker's Chocolate #521A00

Tints of Baker's Chocolate #521A00

Color information

#521A00 (or 0x521A00) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 1A and 00. RGB value is (82,26,0). Sum of RGB (Red+Green+Blue) = 82+26+0=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #521A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521A00 is #ADE5FF. Grayscale: #272727. Windows color (decimal): -11396608 or 6738. OLE color: 6738.

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

Color convert

RGB82260-
CMYK00.6810.68
HSL19.02º100%16.08%-
HSV(B)19.02º100%32.16%-
XYZ3.852.530.29-
YUV39.78105.55158.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 75.93%
GREEN value IS 26 (10.55% from 255) = 24.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.93%
G=24.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8226000.6810.6819.0210016.08
Hex521A00446444136410
Octal12232001041441042314420
Binary1010010110100010001001100100100010010011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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