#481504

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

Shades of Brown Pod #481504

Tints of Brown Pod #481504

Color information

#481504 (or 0x481504) is unknown color: approx Brown Pod. HEX triplet: 48, 15 and 04. RGB value is (72,21,4). Sum of RGB (Red+Green+Blue) = 72+21+4=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #481504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481504 is #B7EAFB. Grayscale: #222222. Windows color (decimal): -12053244 or 267592. OLE color: 267592.

HSL color Cylindrical-coordinate representation of color #481504: hue angle of 15º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #481504 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB72214-
CMYK00.710.940.72
HSL15º89.47%14.9%-
HSV(B)15º94.44%28.24%-
XYZ2.961.920.33-
YUV34.31110.9154.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 74.23%
GREEN value IS 21 (8.59% from 255) = 21.65%
BLUE value IS 4 (1.95% from 255) = 4.12%
R=74.23%
G=21.65%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7221400.710.940.721589.4714.9
Hex481540475E48f59f
Octal11025401071361101713117
Binary1001000101011000100011110111101001000111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481504; }

 p { color: rgb(72,21,4); }

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

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

 a { background-color: rgb(72,21,4); }

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

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

 span { border-color: rgb(72,21,4); }

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