#521400

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

Shades of Brown Pod #521400

Tints of Brown Pod #521400

Color information

#521400 (or 0x521400) is unknown color: approx Brown Pod. HEX triplet: 52, 14 and 00. RGB value is (82,20,0). Sum of RGB (Red+Green+Blue) = 82+20+0=102 (13% of max value = 765). Red value is 82 (32.42% from 255 or 80.39% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 82 - color contains mainly: red. Hex color #521400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521400 is #ADEBFF. Grayscale: #242424. Windows color (decimal): -11398144 or 5202. OLE color: 5202.

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

Color convert

RGB82200-
CMYK00.7610.68
HSL14.63º100%16.08%-
HSV(B)14.63º100%32.16%-
XYZ3.732.290.25-
YUV36.26107.54160.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 80.39%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.39%
G=19.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8220000.7610.6814.6310016.08
Hex5214004C6444f6410
Octal12224001141441041714420
Binary101001010100001001100110010010001001111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521400; }

 p { color: rgb(82,20,0); }

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

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

 a { background-color: rgb(82,20,0); }

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

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

 span { border-color: rgb(82,20,0); }

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