#462411

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

Shades of Brown Pod #462411

Tints of Brown Pod #462411

Color information

#462411 (or 0x462411) is unknown color: approx Brown Pod. HEX triplet: 46, 24 and 11. RGB value is (70,36,17). Sum of RGB (Red+Green+Blue) = 70+36+17=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #462411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462411 is #B9DBEE. Grayscale: #2C2C2C. Windows color (decimal): -12180463 or 1123398. OLE color: 1123398.

HSL color Cylindrical-coordinate representation of color #462411: hue angle of 21.51º 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 #462411 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB703617-
CMYK00.490.760.73
HSL21.51º60.92%17.06%-
HSV(B)21.51º75.71%27.45%-
XYZ3.262.60.86-
YUV44112.76146.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.91%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=56.91%
G=29.27%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70361700.490.760.7321.5160.9217.06
Hex4624110314C49163d11
Octal1064421061114111267521
Binary1000110100100100010110001100110010010011011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462411; }

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

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

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

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

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

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

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

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