#481C13

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

Shades of Brown Pod #481C13

Tints of Brown Pod #481C13

Color information

#481C13 (or 0x481C13) is unknown color: approx Brown Pod. HEX triplet: 48, 1C and 13. RGB value is (72,28,19). Sum of RGB (Red+Green+Blue) = 72+28+19=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #481C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C13 is #B7E3EC. Grayscale: #282828. Windows color (decimal): -12051437 or 1252424. OLE color: 1252424.

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

Color convert

RGB722819-
CMYK00.610.740.72
HSL10.19º58.24%17.84%-
HSV(B)10.19º73.61%28.24%-
XYZ3.212.260.88-
YUV40.13116.08150.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60.50%
GREEN value IS 28 (11.33% from 255) = 23.53%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=60.50%
G=23.53%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72281900.610.740.7210.1958.2417.84
Hex481C1303D4A48a3a12
Octal1103423075112110127222
Binary10010001110010011011110110010101001000101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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