#521701

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

Shades of Brown Pod #521701

Tints of Brown Pod #521701

Color information

#521701 (or 0x521701) is unknown color: approx Brown Pod. HEX triplet: 52, 17 and 01. RGB value is (82,23,1). Sum of RGB (Red+Green+Blue) = 82+23+1=106 (14% of max value = 765). Red value is 82 (32.42% from 255 or 77.36% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 82 - color contains mainly: red. Hex color #521701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521701 is #ADE8FE. Grayscale: #262626. Windows color (decimal): -11397375 or 71506. OLE color: 71506.

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

Color convert

RGB82231-
CMYK00.720.990.68
HSL16.3º97.59%16.27%-
HSV(B)16.3º98.78%32.16%-
XYZ3.792.410.29-
YUV38.13107.05159.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 77.36%
GREEN value IS 23 (9.38% from 255) = 21.70%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=77.36%
G=21.70%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8223100.720.990.6816.397.5916.27
Hex521710486344106210
Octal12227101101431042014220
Binary1010010101111010010001100011100010010000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521701; }

 p { color: rgb(82,23,1); }

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

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

 a { background-color: rgb(82,23,1); }

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

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

 span { border-color: rgb(82,23,1); }

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