#481D18

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

Shades of Brown Pod #481D18

Tints of Brown Pod #481D18

Color information

#481D18 (or 0x481D18) is unknown color: approx Brown Pod. HEX triplet: 48, 1D and 18. RGB value is (72,29,24). Sum of RGB (Red+Green+Blue) = 72+29+24=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #481D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D18 is #B7E2E7. Grayscale: #292929. Windows color (decimal): -12051176 or 1580360. OLE color: 1580360.

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

Color convert

RGB722924-
CMYK00.600.670.72
HSL6.25º50%18.82%-
HSV(B)6.25º66.67%28.24%-
XYZ3.282.321.14-
YUV41.29118.25149.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 29 (11.72% from 255) = 23.2%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=57.6%
G=23.2%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72292400.600.670.726.255018.82
Hex481D1803C434863213
Octal110353007410311066223
Binary1001000111011100001111001000011100100011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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