#481D0F

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

Shades of Brown Pod #481D0F

Tints of Brown Pod #481D0F

Color information

#481D0F (or 0x481D0F) is unknown color: approx Brown Pod. HEX triplet: 48, 1D and 0F. RGB value is (72,29,15). Sum of RGB (Red+Green+Blue) = 72+29+15=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #481D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D0F is #B7E2F0. Grayscale: #282828. Windows color (decimal): -12051185 or 990536. OLE color: 990536.

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

Color convert

RGB722915-
CMYK00.600.790.72
HSL14.74º65.52%17.06%-
HSV(B)14.74º79.17%28.24%-
XYZ3.22.290.73-
YUV40.26113.75150.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.07%
GREEN value IS 29 (11.72% from 255) = 25%
BLUE value IS 15 (6.25% from 255) = 12.93%
R=62.07%
G=25%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72291500.600.790.7214.7465.5217.06
Hex481DF03C4F48f4211
Octal11035170741171101710221
Binary10010001110111110111100100111110010001111100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,29,15); }

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

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

 a { background-color: rgb(72,29,15); }

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

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

 span { border-color: rgb(72,29,15); }

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