#482010

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

Shades of Brown Pod #482010

Tints of Brown Pod #482010

Color information

#482010 (or 0x482010) is unknown color: approx Brown Pod. HEX triplet: 48, 20 and 10. RGB value is (72,32,16). Sum of RGB (Red+Green+Blue) = 72+32+16=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #482010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482010 is #B7DFEF. Grayscale: #2A2A2A. Windows color (decimal): -12050416 or 1056840. OLE color: 1056840.

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

Color convert

RGB723216-
CMYK00.560.780.72
HSL17.14º63.64%17.25%-
HSV(B)17.14º77.78%28.24%-
XYZ3.282.450.79-
YUV42.14113.25149.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=60%
G=26.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72321600.560.780.7217.1463.6417.25
Hex4820100384E48114011
Octal11040200701161102110021
Binary10010001000001000001110001001110100100010001100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482010; }

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

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

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

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

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

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

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

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