#521D08

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

Shades of Brown Pod #521D08

Tints of Brown Pod #521D08

Color information

#521D08 (or 0x521D08) is unknown color: approx Brown Pod. HEX triplet: 52, 1D and 08. RGB value is (82,29,8). Sum of RGB (Red+Green+Blue) = 82+29+8=119 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.91% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 82 - color contains mainly: red. Hex color #521D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521D08 is #ADE2F7. Grayscale: #2A2A2A. Windows color (decimal): -11395832 or 531794. OLE color: 531794.

HSL color Cylindrical-coordinate representation of color #521D08: hue angle of 17.03º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #521D08 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB82298-
CMYK00.650.900.68
HSL17.03º82.22%17.65%-
HSV(B)17.03º90.24%32.16%-
XYZ3.962.690.54-
YUV42.45108.56156.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 68.91%
GREEN value IS 29 (11.72% from 255) = 24.37%
BLUE value IS 8 (3.52% from 255) = 6.72%
R=68.91%
G=24.37%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8229800.650.900.6817.0382.2217.65
Hex521D80415A44115212
Octal122351001011321042112222
Binary1010010111011000010000011011010100010010001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,29,8); }

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

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

 a { background-color: rgb(82,29,8); }

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

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

 span { border-color: rgb(82,29,8); }

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