#481A0F

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

Shades of Brown Pod #481A0F

Tints of Brown Pod #481A0F

Color information

#481A0F (or 0x481A0F) is unknown color: approx Brown Pod. HEX triplet: 48, 1A and 0F. RGB value is (72,26,15). Sum of RGB (Red+Green+Blue) = 72+26+15=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #481A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A0F is #B7E5F0. Grayscale: #262626. Windows color (decimal): -12051953 or 989768. OLE color: 989768.

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

Color convert

RGB722615-
CMYK00.640.790.72
HSL11.58º65.52%17.06%-
HSV(B)11.58º79.17%28.24%-
XYZ3.132.150.7-
YUV38.5114.74151.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.72%
GREEN value IS 26 (10.55% from 255) = 23.01%
BLUE value IS 15 (6.25% from 255) = 13.27%
R=63.72%
G=23.01%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72261500.640.790.7211.5865.5217.06
Hex481AF0404F48c4211
Octal110321701001171101410221
Binary100100011010111101000000100111110010001100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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