#482720

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

Shades of Brown Pod #482720

Tints of Brown Pod #482720

Color information

#482720 (or 0x482720) is unknown color: approx Brown Pod. HEX triplet: 48, 27 and 20. RGB value is (72,39,32). Sum of RGB (Red+Green+Blue) = 72+39+32=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #482720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482720 is #B7D8DF. Grayscale: #303030. Windows color (decimal): -12048608 or 2107208. OLE color: 2107208.

HSL color Cylindrical-coordinate representation of color #482720: hue angle of 10.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482720 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB723932-
CMYK00.460.560.72
HSL10.5º38.46%20.39%-
HSV(B)10.5º55.56%28.24%-
XYZ3.662.931.74-
YUV48.07118.93145.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 39 (15.62% from 255) = 27.27%
BLUE value IS 32 (12.89% from 255) = 22.38%
R=50.35%
G=27.27%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72393200.460.560.7210.538.4620.39
Hex48272002E3848b2614
Octal110474005670110134624
Binary100100010011110000001011101110001001000101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482720; }

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

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

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

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

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

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

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

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