#482305

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

Shades of Brown Pod #482305

Tints of Brown Pod #482305

Color information

#482305 (or 0x482305) is unknown color: approx Brown Pod. HEX triplet: 48, 23 and 05. RGB value is (72,35,5). Sum of RGB (Red+Green+Blue) = 72+35+5=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #482305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482305 is #B7DCFA. Grayscale: #2A2A2A. Windows color (decimal): -12049659 or 336712. OLE color: 336712.

HSL color Cylindrical-coordinate representation of color #482305: hue angle of 26.87º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #482305 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB72355-
CMYK00.510.930.72
HSL26.87º87.01%15.1%-
HSV(B)26.87º93.06%28.24%-
XYZ3.32.590.47-
YUV42.64106.76148.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.29%
GREEN value IS 35 (14.06% from 255) = 31.25%
BLUE value IS 5 (2.34% from 255) = 4.46%
R=64.29%
G=31.25%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7235500.510.930.7226.8787.0115.1
Hex482350335D481b57f
Octal1104350631351103312717
Binary10010001000111010110011101110110010001101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482305; }

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

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

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

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

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

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

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

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