#482216

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

Shades of Brown Pod #482216

Tints of Brown Pod #482216

Color information

#482216 (or 0x482216) is unknown color: approx Brown Pod. HEX triplet: 48, 22 and 16. RGB value is (72,34,22). Sum of RGB (Red+Green+Blue) = 72+34+22=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #482216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482216 is #B7DDE9. Grayscale: #2C2C2C. Windows color (decimal): -12049898 or 1450568. OLE color: 1450568.

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

Color convert

RGB723422-
CMYK00.530.690.72
HSL14.4º53.19%18.43%-
HSV(B)14.4º69.44%28.24%-
XYZ3.392.581.08-
YUV43.99115.59147.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 34 (13.67% from 255) = 26.56%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=56.25%
G=26.56%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72342200.530.690.7214.453.1918.43
Hex4822160354548e3512
Octal1104226065105110166522
Binary100100010001010110011010110001011001000111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482216; }

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

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

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

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

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

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

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

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