#481D05

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

Shades of Brown Pod #481D05

Tints of Brown Pod #481D05

Color information

#481D05 (or 0x481D05) is unknown color: approx Brown Pod. HEX triplet: 48, 1D and 05. RGB value is (72,29,5). Sum of RGB (Red+Green+Blue) = 72+29+5=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #481D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D05 is #B7E2FA. Grayscale: #272727. Windows color (decimal): -12051195 or 335176. OLE color: 335176.

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

Color convert

RGB72295-
CMYK00.600.930.72
HSL21.49º87.01%15.1%-
HSV(B)21.49º93.06%28.24%-
XYZ3.142.270.42-
YUV39.12108.75151.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.92%
GREEN value IS 29 (11.72% from 255) = 27.36%
BLUE value IS 5 (2.34% from 255) = 4.72%
R=67.92%
G=27.36%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7229500.600.930.7221.4987.0115.1
Hex481D503C5D481557f
Octal1103550741351102512717
Binary1001000111011010111100101110110010001010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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