#482215

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

Shades of Brown Pod #482215

Tints of Brown Pod #482215

Color information

#482215 (or 0x482215) is unknown color: approx Brown Pod. HEX triplet: 48, 22 and 15. RGB value is (72,34,21). Sum of RGB (Red+Green+Blue) = 72+34+21=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #482215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482215 is #B7DDEA. Grayscale: #2B2B2B. Windows color (decimal): -12049899 or 1385032. OLE color: 1385032.

HSL color Cylindrical-coordinate representation of color #482215: hue angle of 15.29º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482215 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB723421-
CMYK00.530.710.72
HSL15.29º54.84%18.24%-
HSV(B)15.29º70.83%28.24%-
XYZ3.382.581.03-
YUV43.88115.09148.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 34 (13.67% from 255) = 26.77%
BLUE value IS 21 (8.59% from 255) = 16.54%
R=56.69%
G=26.77%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72342100.530.710.7215.2954.8418.24
Hex4822150354748f3712
Octal1104225065107110176722
Binary100100010001010101011010110001111001000111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482215; }

 p { color: rgb(72,34,21); }

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

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

 a { background-color: rgb(72,34,21); }

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

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

 span { border-color: rgb(72,34,21); }

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