#462316

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

Shades of Brown Pod #462316

Tints of Brown Pod #462316

Color information

#462316 (or 0x462316) is unknown color: approx Brown Pod. HEX triplet: 46, 23 and 16. RGB value is (70,35,22). Sum of RGB (Red+Green+Blue) = 70+35+22=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #462316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462316 is #B9DCE9. Grayscale: #2C2C2C. Windows color (decimal): -12180714 or 1450822. OLE color: 1450822.

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

Color convert

RGB703522-
CMYK00.50.690.73
HSL16.25º52.17%18.04%-
HSV(B)16.25º68.57%27.45%-
XYZ3.272.561.08-
YUV43.98115.6146.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.12%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=55.12%
G=27.56%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70352200.50.690.7316.2552.1718.04
Hex4623160324549103412
Octal1064326062105111206422
Binary1000110100011101100110010100010110010011000011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462316; }

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

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

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

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

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

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

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

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