#482510

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

Shades of Brown Pod #482510

Tints of Brown Pod #482510

Color information

#482510 (or 0x482510) is unknown color: approx Brown Pod. HEX triplet: 48, 25 and 10. RGB value is (72,37,16). Sum of RGB (Red+Green+Blue) = 72+37+16=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #482510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482510 is #B7DAEF. Grayscale: #2D2D2D. Windows color (decimal): -12049136 or 1058120. OLE color: 1058120.

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

Color convert

RGB723716-
CMYK00.490.780.72
HSL22.5º63.64%17.25%-
HSV(B)22.5º77.78%28.24%-
XYZ3.432.740.84-
YUV45.07111.6147.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 37 (14.84% from 255) = 29.6%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=57.6%
G=29.6%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72371600.490.780.7222.563.6417.25
Hex4825100314E48164011
Octal11045200611161102610021
Binary10010001001011000001100011001110100100010110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482510; }

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

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

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

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

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

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

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

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