#481E15

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

Shades of Brown Pod #481E15

Tints of Brown Pod #481E15

Color information

#481E15 (or 0x481E15) is unknown color: approx Brown Pod. HEX triplet: 48, 1E and 15. RGB value is (72,30,21). Sum of RGB (Red+Green+Blue) = 72+30+21=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #481E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E15 is #B7E1EA. Grayscale: #292929. Windows color (decimal): -12050923 or 1384008. OLE color: 1384008.

HSL color Cylindrical-coordinate representation of color #481E15: hue angle of 10.59º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481E15 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB723021-
CMYK00.580.710.72
HSL10.59º54.84%18.24%-
HSV(B)10.59º70.83%28.24%-
XYZ3.272.360.99-
YUV41.53116.41149.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.54%
GREEN value IS 30 (12.11% from 255) = 24.39%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=58.54%
G=24.39%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72302100.580.710.7210.5954.8418.24
Hex481E1503A4748b3712
Octal1103625072107110136722
Binary10010001111010101011101010001111001000101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,30,21); }

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

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

 a { background-color: rgb(72,30,21); }

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

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

 span { border-color: rgb(72,30,21); }

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