#481D10

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

Shades of Brown Pod #481D10

Tints of Brown Pod #481D10

Color information

#481D10 (or 0x481D10) is unknown color: approx Brown Pod. HEX triplet: 48, 1D and 10. RGB value is (72,29,16). Sum of RGB (Red+Green+Blue) = 72+29+16=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #481D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D10 is #B7E2EF. Grayscale: #282828. Windows color (decimal): -12051184 or 1056072. OLE color: 1056072.

HSL color Cylindrical-coordinate representation of color #481D10: hue angle of 13.93º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481D10 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB722916-
CMYK00.600.780.72
HSL13.93º63.64%17.25%-
HSV(B)13.93º77.78%28.24%-
XYZ3.212.290.76-
YUV40.38114.25150.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.54%
GREEN value IS 29 (11.72% from 255) = 24.79%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=61.54%
G=24.79%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72291600.600.780.7213.9363.6417.25
Hex481D1003C4E48e4011
Octal11035200741161101610021
Binary100100011101100000111100100111010010001110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481D10; }

 p { color: rgb(72,29,16); }

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

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

 a { background-color: rgb(72,29,16); }

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

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

 span { border-color: rgb(72,29,16); }

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