#481D0D

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

Shades of Brown Pod #481D0D

Tints of Brown Pod #481D0D

Color information

#481D0D (or 0x481D0D) is unknown color: approx Brown Pod. HEX triplet: 48, 1D and 0D. RGB value is (72,29,13). Sum of RGB (Red+Green+Blue) = 72+29+13=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #481D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D0D is #B7E2F2. Grayscale: #282828. Windows color (decimal): -12051187 or 859464. OLE color: 859464.

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

Color convert

RGB722913-
CMYK00.600.820.72
HSL16.27º69.41%16.67%-
HSV(B)16.27º81.94%28.24%-
XYZ3.182.290.65-
YUV40.03112.75150.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.16%
GREEN value IS 29 (11.72% from 255) = 25.44%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=63.16%
G=25.44%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72291300.600.820.7216.2769.4116.67
Hex481DD03C5248104511
Octal11035150741221102010521
Binary100100011101110101111001010010100100010000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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