#482514

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

Shades of Brown Pod #482514

Tints of Brown Pod #482514

Color information

#482514 (or 0x482514) is unknown color: approx Brown Pod. HEX triplet: 48, 25 and 14. RGB value is (72,37,20). Sum of RGB (Red+Green+Blue) = 72+37+20=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #482514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482514 is #B7DAEB. Grayscale: #2D2D2D. Windows color (decimal): -12049132 or 1320264. OLE color: 1320264.

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

Color convert

RGB723720-
CMYK00.490.720.72
HSL19.62º56.52%18.04%-
HSV(B)19.62º72.22%28.24%-
XYZ3.462.751.01-
YUV45.53113.6146.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=55.81%
G=28.68%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72372000.490.720.7219.6256.5218.04
Hex4825140314848143912
Octal1104524061110110247122
Binary1001000100101101000110001100100010010001010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482514; }

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

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

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

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

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

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

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

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