#481D13

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

Shades of Brown Pod #481D13

Tints of Brown Pod #481D13

Color information

#481D13 (or 0x481D13) is unknown color: approx Brown Pod. HEX triplet: 48, 1D and 13. RGB value is (72,29,19). Sum of RGB (Red+Green+Blue) = 72+29+19=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #481D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D13 is #B7E2EC. Grayscale: #282828. Windows color (decimal): -12051181 or 1252680. OLE color: 1252680.

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

Color convert

RGB722919-
CMYK00.600.740.72
HSL11.32º58.24%17.84%-
HSV(B)11.32º73.61%28.24%-
XYZ3.232.30.89-
YUV40.72115.75150.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60%
GREEN value IS 29 (11.72% from 255) = 24.17%
BLUE value IS 19 (7.81% from 255) = 15.83%
R=60%
G=24.17%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72291900.600.740.7211.3258.2417.84
Hex481D1303C4A48b3a12
Octal1103523074112110137222
Binary10010001110110011011110010010101001000101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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