#482311

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

Shades of Brown Pod #482311

Tints of Brown Pod #482311

Color information

#482311 (or 0x482311) is unknown color: approx Brown Pod. HEX triplet: 48, 23 and 11. RGB value is (72,35,17). Sum of RGB (Red+Green+Blue) = 72+35+17=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #482311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482311 is #B7DCEE. Grayscale: #2C2C2C. Windows color (decimal): -12049647 or 1123144. OLE color: 1123144.

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

Color convert

RGB723517-
CMYK00.510.760.72
HSL19.64º61.8%17.45%-
HSV(B)19.64º76.39%28.24%-
XYZ3.372.620.86-
YUV44.01112.76147.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 17 (7.03% from 255) = 13.71%
R=58.06%
G=28.23%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72351700.510.760.7219.6461.817.45
Hex4823110334C48143e11
Octal1104321063114110247621
Binary1001000100011100010110011100110010010001010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482311; }

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

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

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

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

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

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

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

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