#481A14

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

Shades of Brown Pod #481A14

Tints of Brown Pod #481A14

Color information

#481A14 (or 0x481A14) is unknown color: approx Brown Pod. HEX triplet: 48, 1A and 14. RGB value is (72,26,20). Sum of RGB (Red+Green+Blue) = 72+26+20=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #481A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A14 is #B7E5EB. Grayscale: #272727. Windows color (decimal): -12051948 or 1317448. OLE color: 1317448.

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

Color convert

RGB722620-
CMYK00.640.720.72
HSL6.92º56.52%18.04%-
HSV(B)6.92º72.22%28.24%-
XYZ3.172.170.91-
YUV39.07117.24151.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.02%
GREEN value IS 26 (10.55% from 255) = 22.03%
BLUE value IS 20 (8.20% from 255) = 16.95%
R=61.02%
G=22.03%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72262000.640.720.726.9256.5218.04
Hex481A14040484873912
Octal1103224010011011077122
Binary10010001101010100010000001001000100100011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,26,20); }

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

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

 a { background-color: rgb(72,26,20); }

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

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

 span { border-color: rgb(72,26,20); }

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