#521801

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

Shades of Brown Pod #521801

Tints of Brown Pod #521801

Color information

#521801 (or 0x521801) is unknown color: approx Brown Pod. HEX triplet: 52, 18 and 01. RGB value is (82,24,1). Sum of RGB (Red+Green+Blue) = 82+24+1=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #521801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521801 is #ADE7FE. Grayscale: #262626. Windows color (decimal): -11397119 or 71762. OLE color: 71762.

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

Color convert

RGB82241-
CMYK00.710.990.68
HSL17.04º97.59%16.27%-
HSV(B)17.04º98.78%32.16%-
XYZ3.812.450.3-
YUV38.72106.72158.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 76.64%
GREEN value IS 24 (9.77% from 255) = 22.43%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=76.64%
G=22.43%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8224100.710.990.6817.0497.5916.27
Hex521810476344116210
Octal12230101071431042114220
Binary1010010110001010001111100011100010010001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521801; }

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

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

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

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

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

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

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

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