#481F18

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

Shades of Brown Pod #481F18

Tints of Brown Pod #481F18

Color information

#481F18 (or 0x481F18) is unknown color: approx Brown Pod. HEX triplet: 48, 1F and 18. RGB value is (72,31,24). Sum of RGB (Red+Green+Blue) = 72+31+24=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F18 is #B7E0E7. Grayscale: #2A2A2A. Windows color (decimal): -12050664 or 1580872. OLE color: 1580872.

HSL color Cylindrical-coordinate representation of color #481F18: hue angle of 8.75º 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 #481F18 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB723124-
CMYK00.570.670.72
HSL8.75º50%18.82%-
HSV(B)8.75º66.67%28.24%-
XYZ3.332.421.16-
YUV42.46117.58149.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 31 (12.5% from 255) = 24.41%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=56.69%
G=24.41%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72312400.570.670.728.755018.82
Hex481F18039434893213
Octal1103730071103110116223
Binary10010001111111000011100110000111001000100111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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