#482307

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

Shades of Brown Pod #482307

Tints of Brown Pod #482307

Color information

#482307 (or 0x482307) is unknown color: approx Brown Pod. HEX triplet: 48, 23 and 07. RGB value is (72,35,7). Sum of RGB (Red+Green+Blue) = 72+35+7=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #482307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482307 is #B7DCF8. Grayscale: #2B2B2B. Windows color (decimal): -12049657 or 467784. OLE color: 467784.

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

Color convert

RGB72357-
CMYK00.510.900.72
HSL25.85º82.28%15.49%-
HSV(B)25.85º90.28%28.24%-
XYZ3.312.60.53-
YUV42.87107.76148.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.16%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=63.16%
G=30.70%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7235700.510.900.7225.8582.2815.49
Hex482370335A481a52f
Octal1104370631321103212217
Binary10010001000111110110011101101010010001101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482307; }

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

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

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

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

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

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

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

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