#521D03

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

Shades of Baker's Chocolate #521D03

Tints of Baker's Chocolate #521D03

Color information

#521D03 (or 0x521D03) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 1D and 03. RGB value is (82,29,3). Sum of RGB (Red+Green+Blue) = 82+29+3=114 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.93% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 82 - color contains mainly: red. Hex color #521D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521D03 is #ADE2FC. Grayscale: #2A2A2A. Windows color (decimal): -11395837 or 204114. OLE color: 204114.

HSL color Cylindrical-coordinate representation of color #521D03: hue angle of 19.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #521D03 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB82293-
CMYK00.650.960.68
HSL19.75º92.94%16.67%-
HSV(B)19.75º96.34%32.16%-
XYZ3.942.680.4-
YUV41.88106.06156.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 71.93%
GREEN value IS 29 (11.72% from 255) = 25.44%
BLUE value IS 3 (1.56% from 255) = 2.63%
R=71.93%
G=25.44%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8229300.650.960.6819.7592.9416.67
Hex521D30416044145d11
Octal12235301011401042413521
Binary10100101110111010000011100000100010010100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,29,3); }

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

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

 a { background-color: rgb(82,29,3); }

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

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

 span { border-color: rgb(82,29,3); }

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