#481906

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

Shades of Brown Pod #481906

Tints of Brown Pod #481906

Color information

#481906 (or 0x481906) is unknown color: approx Brown Pod. HEX triplet: 48, 19 and 06. RGB value is (72,25,6). Sum of RGB (Red+Green+Blue) = 72+25+6=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #481906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481906 is #B7E6F9. Grayscale: #252525. Windows color (decimal): -12052218 or 399688. OLE color: 399688.

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

Color convert

RGB72256-
CMYK00.650.920.72
HSL17.27º84.62%15.29%-
HSV(B)17.27º91.67%28.24%-
XYZ3.052.090.41-
YUV36.89110.57153.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.90%
GREEN value IS 25 (10.16% from 255) = 24.27%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=69.90%
G=24.27%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7225600.650.920.7217.2784.6215.29
Hex481960415C481155f
Octal11031601011341102112517
Binary10010001100111001000001101110010010001000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481906; }

 p { color: rgb(72,25,6); }

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

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

 a { background-color: rgb(72,25,6); }

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

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

 span { border-color: rgb(72,25,6); }

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