#462116

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

Shades of Brown Pod #462116

Tints of Brown Pod #462116

Color information

#462116 (or 0x462116) is unknown color: approx Brown Pod. HEX triplet: 46, 21 and 16. RGB value is (70,33,22). Sum of RGB (Red+Green+Blue) = 70+33+22=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #462116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462116 is #B9DEE9. Grayscale: #2A2A2A. Windows color (decimal): -12181226 or 1450310. OLE color: 1450310.

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

Color convert

RGB703322-
CMYK00.530.690.73
HSL13.75º52.17%18.04%-
HSV(B)13.75º68.57%27.45%-
XYZ3.212.451.06-
YUV42.81116.26147.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=56%
G=26.4%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70332200.530.690.7313.7552.1718.04
Hex4621160354549e3412
Octal1064126065105111166422
Binary100011010000110110011010110001011001001111011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462116; }

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

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

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

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

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

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

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

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