#481E0D

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

Shades of Brown Pod #481E0D

Tints of Brown Pod #481E0D

Color information

#481E0D (or 0x481E0D) is unknown color: approx Brown Pod. HEX triplet: 48, 1E and 0D. RGB value is (72,30,13). Sum of RGB (Red+Green+Blue) = 72+30+13=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #481E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E0D is #B7E1F2. Grayscale: #282828. Windows color (decimal): -12050931 or 859720. OLE color: 859720.

HSL color Cylindrical-coordinate representation of color #481E0D: hue angle of 17.29º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481E0D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB723013-
CMYK00.580.820.72
HSL17.29º69.41%16.67%-
HSV(B)17.29º81.94%28.24%-
XYZ3.212.340.66-
YUV40.62112.41150.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.61%
GREEN value IS 30 (12.11% from 255) = 26.09%
BLUE value IS 13 (5.47% from 255) = 11.30%
R=62.61%
G=26.09%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72301300.580.820.7217.2969.4116.67
Hex481ED03A5248114511
Octal11036150721221102110521
Binary100100011110110101110101010010100100010001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,30,13); }

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

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

 a { background-color: rgb(72,30,13); }

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

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

 span { border-color: rgb(72,30,13); }

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