#462416

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

Shades of Brown Pod #462416

Tints of Brown Pod #462416

Color information

#462416 (or 0x462416) is unknown color: approx Brown Pod. HEX triplet: 46, 24 and 16. RGB value is (70,36,22). Sum of RGB (Red+Green+Blue) = 70+36+22=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #462416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462416 is #B9DBE9. Grayscale: #2C2C2C. Windows color (decimal): -12180458 or 1451078. OLE color: 1451078.

HSL color Cylindrical-coordinate representation of color #462416: hue angle of 17.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #462416 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB703622-
CMYK00.490.690.73
HSL17.5º52.17%18.04%-
HSV(B)17.5º68.57%27.45%-
XYZ3.32.621.09-
YUV44.57115.26146.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=54.69%
G=28.12%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70362200.490.690.7317.552.1718.04
Hex4624160314549123412
Octal1064426061105111226422
Binary1000110100100101100110001100010110010011001011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462416; }

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

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

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

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

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

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

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

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