#481C0D

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

Shades of Brown Pod #481C0D

Tints of Brown Pod #481C0D

Color information

#481C0D (or 0x481C0D) is unknown color: approx Brown Pod. HEX triplet: 48, 1C and 0D. RGB value is (72,28,13). Sum of RGB (Red+Green+Blue) = 72+28+13=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #481C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C0D is #B7E3F2. Grayscale: #272727. Windows color (decimal): -12051443 or 859208. OLE color: 859208.

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

Color convert

RGB722813-
CMYK00.610.820.72
HSL15.25º69.41%16.67%-
HSV(B)15.25º81.94%28.24%-
XYZ3.162.240.65-
YUV39.45113.08151.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.72%
GREEN value IS 28 (11.33% from 255) = 24.78%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=63.72%
G=24.78%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72281300.610.820.7215.2569.4116.67
Hex481CD03D5248f4511
Octal11034150751221101710521
Binary10010001110011010111101101001010010001111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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