#481B14

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

Shades of Brown Pod #481B14

Tints of Brown Pod #481B14

Color information

#481B14 (or 0x481B14) is unknown color: approx Brown Pod. HEX triplet: 48, 1B and 14. RGB value is (72,27,20). Sum of RGB (Red+Green+Blue) = 72+27+20=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #481B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B14 is #B7E4EB. Grayscale: #272727. Windows color (decimal): -12051692 or 1317704. OLE color: 1317704.

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

Color convert

RGB722720-
CMYK00.620.720.72
HSL8.08º56.52%18.04%-
HSV(B)8.08º72.22%28.24%-
XYZ3.192.210.92-
YUV39.66116.91151.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60.50%
GREEN value IS 27 (10.94% from 255) = 22.69%
BLUE value IS 20 (8.20% from 255) = 16.81%
R=60.50%
G=22.69%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72272000.620.720.728.0856.5218.04
Hex481B1403E484883912
Octal1103324076110110107122
Binary10010001101110100011111010010001001000100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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