#482316

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

Shades of Brown Pod #482316

Tints of Brown Pod #482316

Color information

#482316 (or 0x482316) is unknown color: approx Brown Pod. HEX triplet: 48, 23 and 16. RGB value is (72,35,22). Sum of RGB (Red+Green+Blue) = 72+35+22=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #482316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482316 is #B7DCE9. Grayscale: #2C2C2C. Windows color (decimal): -12049642 or 1450824. OLE color: 1450824.

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

Color convert

RGB723522-
CMYK00.510.690.72
HSL15.6º53.19%18.43%-
HSV(B)15.6º69.44%28.24%-
XYZ3.422.641.09-
YUV44.58115.26147.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=55.81%
G=27.13%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72352200.510.690.7215.653.1918.43
Hex4823160334548103512
Octal1104326063105110206522
Binary1001000100011101100110011100010110010001000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482316; }

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

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

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

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

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

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

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

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