#482511

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

Shades of Brown Pod #482511

Tints of Brown Pod #482511

Color information

#482511 (or 0x482511) is unknown color: approx Brown Pod. HEX triplet: 48, 25 and 11. RGB value is (72,37,17). Sum of RGB (Red+Green+Blue) = 72+37+17=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #482511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482511 is #B7DAEE. Grayscale: #2D2D2D. Windows color (decimal): -12049135 or 1123656. OLE color: 1123656.

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

Color convert

RGB723717-
CMYK00.490.760.72
HSL21.82º61.8%17.45%-
HSV(B)21.82º76.39%28.24%-
XYZ3.442.740.88-
YUV45.18112.1147.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.14%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=57.14%
G=29.37%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72371700.490.760.7221.8261.817.45
Hex4825110314C48163e11
Octal1104521061114110267621
Binary1001000100101100010110001100110010010001011011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482511; }

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

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

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

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

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

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

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

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