#481C15

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

Shades of Brown Pod #481C15

Tints of Brown Pod #481C15

Color information

#481C15 (or 0x481C15) is unknown color: approx Brown Pod. HEX triplet: 48, 1C and 15. RGB value is (72,28,21). Sum of RGB (Red+Green+Blue) = 72+28+21=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #481C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C15 is #B7E3EA. Grayscale: #282828. Windows color (decimal): -12051435 or 1383496. OLE color: 1383496.

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

Color convert

RGB722821-
CMYK00.610.710.72
HSL8.24º54.84%18.24%-
HSV(B)8.24º70.83%28.24%-
XYZ3.222.260.98-
YUV40.36117.08150.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.50%
GREEN value IS 28 (11.33% from 255) = 23.14%
BLUE value IS 21 (8.59% from 255) = 17.36%
R=59.50%
G=23.14%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72282100.610.710.728.2454.8418.24
Hex481C1503D474883712
Octal1103425075107110106722
Binary10010001110010101011110110001111001000100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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