#482308

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

Shades of Brown Pod #482308

Tints of Brown Pod #482308

Color information

#482308 (or 0x482308) is unknown color: approx Brown Pod. HEX triplet: 48, 23 and 08. RGB value is (72,35,8). Sum of RGB (Red+Green+Blue) = 72+35+8=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #482308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482308 is #B7DCF7. Grayscale: #2B2B2B. Windows color (decimal): -12049656 or 533320. OLE color: 533320.

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

Color convert

RGB72358-
CMYK00.510.890.72
HSL25.31º80%15.69%-
HSV(B)25.31º88.89%28.24%-
XYZ3.322.60.56-
YUV42.98108.26148.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.61%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 8 (3.52% from 255) = 6.96%
R=62.61%
G=30.43%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7235800.510.890.7225.318015.69
Hex482380335948195010
Octal11043100631311103112020
Binary1001000100011100001100111011001100100011001101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482308; }

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

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

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

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

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

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

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

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