#482007

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

Shades of Brown Pod #482007

Tints of Brown Pod #482007

Color information

#482007 (or 0x482007) is unknown color: approx Brown Pod. HEX triplet: 48, 20 and 07. RGB value is (72,32,7). Sum of RGB (Red+Green+Blue) = 72+32+7=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #482007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482007 is #B7DFF8. Grayscale: #292929. Windows color (decimal): -12050425 or 467016. OLE color: 467016.

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

Color convert

RGB72327-
CMYK00.560.900.72
HSL23.08º82.28%15.49%-
HSV(B)23.08º90.28%28.24%-
XYZ3.232.430.5-
YUV41.11108.75150.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.86%
GREEN value IS 32 (12.89% from 255) = 28.83%
BLUE value IS 7 (3.12% from 255) = 6.31%
R=64.86%
G=28.83%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7232700.560.900.7223.0882.2815.49
Hex482070385A481752f
Octal1104070701321102712217
Binary10010001000001110111000101101010010001011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482007; }

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

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

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

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

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

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

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

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