#462520

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

Shades of Brown Pod #462520

Tints of Brown Pod #462520

Color information

#462520 (or 0x462520) is unknown color: approx Brown Pod. HEX triplet: 46, 25 and 20. RGB value is (70,37,32). Sum of RGB (Red+Green+Blue) = 70+37+32=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #462520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462520 is #B9DADF. Grayscale: #2E2E2E. Windows color (decimal): -12180192 or 2106694. OLE color: 2106694.

HSL color Cylindrical-coordinate representation of color #462520: hue angle of 7.89º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #462520 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB703732-
CMYK00.470.540.73
HSL7.89º37.25%20%-
HSV(B)7.89º54.29%27.45%-
XYZ3.452.731.71-
YUV46.3119.93144.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.36%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=50.36%
G=26.62%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70373200.470.540.737.8937.2520
Hex46252002F364982514
Octal106454005766111104524
Binary100011010010110000001011111101101001001100010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462520; }

 p { color: rgb(70,37,32); }

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

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

 a { background-color: rgb(70,37,32); }

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

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

 span { border-color: rgb(70,37,32); }

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