#481204

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

Shades of Brown Pod #481204

Tints of Brown Pod #481204

Color information

#481204 (or 0x481204) is unknown color: approx Brown Pod. HEX triplet: 48, 12 and 04. RGB value is (72,18,4). Sum of RGB (Red+Green+Blue) = 72+18+4=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #481204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481204 is #B7EDFB. Grayscale: #202020. Windows color (decimal): -12054012 or 266824. OLE color: 266824.

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

Color convert

RGB72184-
CMYK00.750.940.72
HSL12.35º89.47%14.9%-
HSV(B)12.35º94.44%28.24%-
XYZ2.911.820.31-
YUV32.55111.89156.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 76.60%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=76.60%
G=19.15%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7218400.750.940.7212.3589.4714.9
Hex4812404B5E48c59f
Octal11022401131361101413117
Binary1001000100101000100101110111101001000110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481204; }

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

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

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

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

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

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

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

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