#481D07

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

Shades of Brown Pod #481D07

Tints of Brown Pod #481D07

Color information

#481D07 (or 0x481D07) is unknown color: approx Brown Pod. HEX triplet: 48, 1D and 07. RGB value is (72,29,7). Sum of RGB (Red+Green+Blue) = 72+29+7=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #481D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D07 is #B7E2F8. Grayscale: #272727. Windows color (decimal): -12051193 or 466248. OLE color: 466248.

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

Color convert

RGB72297-
CMYK00.600.900.72
HSL20.31º82.28%15.49%-
HSV(B)20.31º90.28%28.24%-
XYZ3.152.270.47-
YUV39.35109.75151.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.67%
GREEN value IS 29 (11.72% from 255) = 26.85%
BLUE value IS 7 (3.12% from 255) = 6.48%
R=66.67%
G=26.85%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7229700.600.900.7220.3182.2815.49
Hex481D703C5A481452f
Octal1103570741321102412217
Binary1001000111011110111100101101010010001010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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