#481A0D

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

Shades of Brown Pod #481A0D

Tints of Brown Pod #481A0D

Color information

#481A0D (or 0x481A0D) is unknown color: approx Brown Pod. HEX triplet: 48, 1A and 0D. RGB value is (72,26,13). Sum of RGB (Red+Green+Blue) = 72+26+13=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #481A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A0D is #B7E5F2. Grayscale: #262626. Windows color (decimal): -12051955 or 858696. OLE color: 858696.

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

Color convert

RGB722613-
CMYK00.640.820.72
HSL13.22º69.41%16.67%-
HSV(B)13.22º81.94%28.24%-
XYZ3.112.150.63-
YUV38.27113.74152.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.86%
GREEN value IS 26 (10.55% from 255) = 23.42%
BLUE value IS 13 (5.47% from 255) = 11.71%
R=64.86%
G=23.42%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72261300.640.820.7213.2269.4116.67
Hex481AD0405248d4511
Octal110321501001221101510521
Binary100100011010110101000000101001010010001101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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