#521E02

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

Shades of Baker's Chocolate #521E02

Tints of Baker's Chocolate #521E02

Color information

#521E02 (or 0x521E02) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 1E and 02. RGB value is (82,30,2). Sum of RGB (Red+Green+Blue) = 82+30+2=114 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.93% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 82 - color contains mainly: red. Hex color #521E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521E02 is #ADE1FD. Grayscale: #2A2A2A. Windows color (decimal): -11395582 or 138834. OLE color: 138834.

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

Color convert

RGB82302-
CMYK00.630.980.68
HSL21º95.24%16.47%-
HSV(B)21º97.56%32.16%-
XYZ3.952.730.38-
YUV42.36105.23156.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 71.93%
GREEN value IS 30 (12.11% from 255) = 26.32%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=71.93%
G=26.32%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8230200.630.980.682195.2416.47
Hex521E203F6244155f10
Octal1223620771421042513720
Binary1010010111101001111111100010100010010101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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