#521b04

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

Shades of Brown Pod #521B04

Tints of Brown Pod #521B04

Color information

#521B04 (or 0x521B04) is unknown color: approx Brown Pod. HEX triplet: 52, 1B and 04. RGB value is (82,27,4). Sum of RGB (Red+Green+Blue) = 82+27+4=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #521B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521B04 is #ADE4FB. Grayscale: #282828. Windows color (decimal): -11396348 or 269138. OLE color: 269138.

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

Color convert

RGB82274-
CMYK00.670.950.68
HSL17.69º90.7%16.86%-
HSV(B)17.69º95.12%32.16%-
XYZ3.892.590.41-
YUV40.82107.22157.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 72.57%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 4 (1.95% from 255) = 3.54%
R=72.57%
G=23.89%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8227400.670.950.6817.6990.716.86
Hex521B40435F44125b11
Octal12233401031371042213321
Binary101001011011100010000111011111100010010010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521b04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,27,4); }

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

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

 a { background-color: rgb(82,27,4); }

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

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

 span { border-color: rgb(82,27,4); }

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