#481304

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

Shades of Brown Pod #481304

Tints of Brown Pod #481304

Color information

#481304 (or 0x481304) is unknown color: approx Brown Pod. HEX triplet: 48, 13 and 04. RGB value is (72,19,4). Sum of RGB (Red+Green+Blue) = 72+19+4=95 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75.79% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 72 - color contains mainly: red. Hex color #481304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481304 is #B7ECFB. Grayscale: #212121. Windows color (decimal): -12053756 or 267080. OLE color: 267080.

HSL color Cylindrical-coordinate representation of color #481304: hue angle of 13.24º 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 #481304 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB72194-
CMYK00.740.940.72
HSL13.24º89.47%14.9%-
HSV(B)13.24º94.44%28.24%-
XYZ2.931.850.32-
YUV33.14111.56155.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75.79%
GREEN value IS 19 (7.81% from 255) = 20%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=75.79%
G=20%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7219400.740.940.7213.2489.4714.9
Hex4813404A5E48d59f
Octal11023401121361101513117
Binary1001000100111000100101010111101001000110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481304; }

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

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

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

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

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

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

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

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