#481F0D

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

Shades of Brown Pod #481F0D

Tints of Brown Pod #481F0D

Color information

#481F0D (or 0x481F0D) is unknown color: approx Brown Pod. HEX triplet: 48, 1F and 0D. RGB value is (72,31,13). Sum of RGB (Red+Green+Blue) = 72+31+13=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #481F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F0D is #B7E0F2. Grayscale: #292929. Windows color (decimal): -12050675 or 859976. OLE color: 859976.

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

Color convert

RGB723113-
CMYK00.570.820.72
HSL18.31º69.41%16.67%-
HSV(B)18.31º81.94%28.24%-
XYZ3.242.390.67-
YUV41.21112.08149.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.07%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 13 (5.47% from 255) = 11.21%
R=62.07%
G=26.72%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72311300.570.820.7218.3169.4116.67
Hex481FD0395248124511
Octal11037150711221102210521
Binary100100011111110101110011010010100100010010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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