#521804

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

Shades of Brown Pod #521804

Tints of Brown Pod #521804

Color information

#521804 (or 0x521804) is unknown color: approx Brown Pod. HEX triplet: 52, 18 and 04. RGB value is (82,24,4). Sum of RGB (Red+Green+Blue) = 82+24+4=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #521804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521804 is #ADE7FB. Grayscale: #272727. Windows color (decimal): -11397116 or 268370. OLE color: 268370.

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

Color convert

RGB82244-
CMYK00.710.950.68
HSL15.38º90.7%16.86%-
HSV(B)15.38º95.12%32.16%-
XYZ3.832.460.39-
YUV39.06108.22158.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 74.55%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 4 (1.95% from 255) = 3.64%
R=74.55%
G=21.82%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8224400.710.950.6815.3890.716.86
Hex521840475F44f5b11
Octal12230401071371041713321
Binary10100101100010001000111101111110001001111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521804; }

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

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

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

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

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

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

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

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