#482014

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

Shades of Brown Pod #482014

Tints of Brown Pod #482014

Color information

#482014 (or 0x482014) is unknown color: approx Brown Pod. HEX triplet: 48, 20 and 14. RGB value is (72,32,20). Sum of RGB (Red+Green+Blue) = 72+32+20=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #482014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482014 is #B7DFEB. Grayscale: #2A2A2A. Windows color (decimal): -12050412 or 1318984. OLE color: 1318984.

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

Color convert

RGB723220-
CMYK00.560.720.72
HSL13.85º56.52%18.04%-
HSV(B)13.85º72.22%28.24%-
XYZ3.322.460.96-
YUV42.59115.25148.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 20 (8.20% from 255) = 16.13%
R=58.06%
G=25.81%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72322000.560.720.7213.8556.5218.04
Hex4820140384848e3912
Octal1104024070110110167122
Binary100100010000010100011100010010001001000111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482014; }

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

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

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

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

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

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

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

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