#482413

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

Shades of Brown Pod #482413

Tints of Brown Pod #482413

Color information

#482413 (or 0x482413) is unknown color: approx Brown Pod. HEX triplet: 48, 24 and 13. RGB value is (72,36,19). Sum of RGB (Red+Green+Blue) = 72+36+19=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #482413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482413 is #B7DBEC. Grayscale: #2C2C2C. Windows color (decimal): -12049389 or 1254472. OLE color: 1254472.

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

Color convert

RGB723619-
CMYK00.50.740.72
HSL19.25º58.24%17.84%-
HSV(B)19.25º73.61%28.24%-
XYZ3.422.690.95-
YUV44.83113.43147.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 36 (14.45% from 255) = 28.35%
BLUE value IS 19 (7.81% from 255) = 14.96%
R=56.69%
G=28.35%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72361900.50.740.7219.2558.2417.84
Hex4824130324A48133a12
Octal1104423062112110237222
Binary1001000100100100110110010100101010010001001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482413; }

 p { color: rgb(72,36,19); }

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

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

 a { background-color: rgb(72,36,19); }

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

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

 span { border-color: rgb(72,36,19); }

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