#521B03

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

Shades of Brown Pod #521B03

Tints of Brown Pod #521B03

Color information

#521B03 (or 0x521B03) is unknown color: approx Brown Pod. HEX triplet: 52, 1B and 03. RGB value is (82,27,3). Sum of RGB (Red+Green+Blue) = 82+27+3=112 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.21% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 82 - color contains mainly: red. Hex color #521B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521B03 is #ADE4FC. Grayscale: #282828. Windows color (decimal): -11396349 or 203602. OLE color: 203602.

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

Color convert

RGB82273-
CMYK00.670.960.68
HSL18.23º92.94%16.67%-
HSV(B)18.23º96.34%32.16%-
XYZ3.892.580.38-
YUV40.71106.72157.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 73.21%
GREEN value IS 27 (10.94% from 255) = 24.11%
BLUE value IS 3 (1.56% from 255) = 2.68%
R=73.21%
G=24.11%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8227300.670.960.6818.2392.9416.67
Hex521B30436044125d11
Octal12233301031401042213521
Binary10100101101111010000111100000100010010010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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