#521C07

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

Shades of Brown Pod #521C07

Tints of Brown Pod #521C07

Color information

#521C07 (or 0x521C07) is unknown color: approx Brown Pod. HEX triplet: 52, 1C and 07. RGB value is (82,28,7). Sum of RGB (Red+Green+Blue) = 82+28+7=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #521C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521C07 is #ADE3F8. Grayscale: #292929. Windows color (decimal): -11396089 or 466002. OLE color: 466002.

HSL color Cylindrical-coordinate representation of color #521C07: hue angle of 16.8º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #521C07 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB82287-
CMYK00.660.910.68
HSL16.8º84.27%17.45%-
HSV(B)16.8º91.46%32.16%-
XYZ3.932.640.5-
YUV41.75108.39156.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 70.09%
GREEN value IS 28 (11.33% from 255) = 23.93%
BLUE value IS 7 (3.12% from 255) = 5.98%
R=70.09%
G=23.93%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8228700.660.910.6816.884.2717.45
Hex521C70425B44115411
Octal12234701021331042112421
Binary101001011100111010000101011011100010010001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,28,7); }

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

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

 a { background-color: rgb(82,28,7); }

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

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

 span { border-color: rgb(82,28,7); }

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