#521702

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

Shades of Brown Pod #521702

Tints of Brown Pod #521702

Color information

#521702 (or 0x521702) is unknown color: approx Brown Pod. HEX triplet: 52, 17 and 02. RGB value is (82,23,2). Sum of RGB (Red+Green+Blue) = 82+23+2=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #521702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521702 is #ADE8FD. Grayscale: #262626. Windows color (decimal): -11397374 or 137042. OLE color: 137042.

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

Color convert

RGB82232-
CMYK00.720.980.68
HSL15.75º95.24%16.47%-
HSV(B)15.75º97.56%32.16%-
XYZ3.82.410.32-
YUV38.25107.55159.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 76.64%
GREEN value IS 23 (9.38% from 255) = 21.50%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=76.64%
G=21.50%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8223200.720.980.6815.7595.2416.47
Hex521720486244105f10
Octal12227201101421042013720
Binary10100101011110010010001100010100010010000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521702; }

 p { color: rgb(82,23,2); }

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

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

 a { background-color: rgb(82,23,2); }

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

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

 span { border-color: rgb(82,23,2); }

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