#462511

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

Shades of Brown Pod #462511

Tints of Brown Pod #462511

Color information

#462511 (or 0x462511) is unknown color: approx Brown Pod. HEX triplet: 46, 25 and 11. RGB value is (70,37,17). Sum of RGB (Red+Green+Blue) = 70+37+17=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #462511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462511 is #B9DAEE. Grayscale: #2C2C2C. Windows color (decimal): -12180207 or 1123654. OLE color: 1123654.

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

Color convert

RGB703717-
CMYK00.470.760.73
HSL22.64º60.92%17.06%-
HSV(B)22.64º75.71%27.45%-
XYZ3.292.670.87-
YUV44.59112.43146.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.45%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 17 (7.03% from 255) = 13.71%
R=56.45%
G=29.84%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70371700.470.760.7322.6460.9217.06
Hex46251102F4C49173d11
Octal1064521057114111277521
Binary1000110100101100010101111100110010010011011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462511; }

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

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

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

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

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

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

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

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