#482110

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

Shades of Brown Pod #482110

Tints of Brown Pod #482110

Color information

#482110 (or 0x482110) is unknown color: approx Brown Pod. HEX triplet: 48, 21 and 10. RGB value is (72,33,16). Sum of RGB (Red+Green+Blue) = 72+33+16=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #482110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482110 is #B7DEEF. Grayscale: #2A2A2A. Windows color (decimal): -12050160 or 1057096. OLE color: 1057096.

HSL color Cylindrical-coordinate representation of color #482110: hue angle of 18.21º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482110 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB723316-
CMYK00.540.780.72
HSL18.21º63.64%17.25%-
HSV(B)18.21º77.78%28.24%-
XYZ3.312.50.8-
YUV42.72112.92148.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.50%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=59.50%
G=27.27%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72331600.540.780.7218.2163.6417.25
Hex4821100364E48124011
Octal11041200661161102210021
Binary10010001000011000001101101001110100100010010100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482110; }

 p { color: rgb(72,33,16); }

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

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

 a { background-color: rgb(72,33,16); }

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

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

 span { border-color: rgb(72,33,16); }

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