#482313

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

Shades of Brown Pod #482313

Tints of Brown Pod #482313

Color information

#482313 (or 0x482313) is unknown color: approx Brown Pod. HEX triplet: 48, 23 and 13. RGB value is (72,35,19). Sum of RGB (Red+Green+Blue) = 72+35+19=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #482313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482313 is #B7DCEC. Grayscale: #2C2C2C. Windows color (decimal): -12049645 or 1254216. OLE color: 1254216.

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

Color convert

RGB723519-
CMYK00.510.740.72
HSL18.11º58.24%17.84%-
HSV(B)18.11º73.61%28.24%-
XYZ3.392.630.94-
YUV44.24113.76147.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.14%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=57.14%
G=27.78%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72351900.510.740.7218.1158.2417.84
Hex4823130334A48123a12
Octal1104323063112110227222
Binary1001000100011100110110011100101010010001001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482313; }

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

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

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

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

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

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

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

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