#481F13

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

Shades of Brown Pod #481F13

Tints of Brown Pod #481F13

Color information

#481F13 (or 0x481F13) is unknown color: approx Brown Pod. HEX triplet: 48, 1F and 13. RGB value is (72,31,19). Sum of RGB (Red+Green+Blue) = 72+31+19=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #481F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F13 is #B7E0EC. Grayscale: #292929. Windows color (decimal): -12050669 or 1253192. OLE color: 1253192.

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

Color convert

RGB723119-
CMYK00.570.740.72
HSL13.58º58.24%17.84%-
HSV(B)13.58º73.61%28.24%-
XYZ3.282.40.91-
YUV41.89115.08149.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.02%
GREEN value IS 31 (12.5% from 255) = 25.41%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=59.02%
G=25.41%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72311900.570.740.7213.5858.2417.84
Hex481F130394A48e3a12
Octal1103723071112110167222
Binary10010001111110011011100110010101001000111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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