#521502

Color #521502 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #521502

Tints of Brown Pod #521502

Color information

#521502 (or 0x521502) is unknown color: approx Brown Pod. HEX triplet: 52, 15 and 02. RGB value is (82,21,2). Sum of RGB (Red+Green+Blue) = 82+21+2=105 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.10% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 82 - color contains mainly: red. Hex color #521502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521502 is #ADEAFD. Grayscale: #252525. Windows color (decimal): -11397886 or 136530. OLE color: 136530.

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

Color convert

RGB82212-
CMYK00.740.980.68
HSL14.25º95.24%16.47%-
HSV(B)14.25º97.56%32.16%-
XYZ3.762.330.31-
YUV37.07108.21160.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 78.10%
GREEN value IS 21 (8.59% from 255) = 20%
BLUE value IS 2 (1.17% from 255) = 1.90%
R=78.10%
G=20%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8221200.740.980.6814.2595.2416.47
Hex5215204A6244e5f10
Octal12225201121421041613720
Binary1010010101011001001010110001010001001110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521502; }

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

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

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

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

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

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

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

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