#462211

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

Shades of Brown Pod #462211

Tints of Brown Pod #462211

Color information

#462211 (or 0x462211) is unknown color: approx Brown Pod. HEX triplet: 46, 22 and 11. RGB value is (70,34,17). Sum of RGB (Red+Green+Blue) = 70+34+17=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #462211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462211 is #B9DDEE. Grayscale: #2A2A2A. Windows color (decimal): -12180975 or 1122886. OLE color: 1122886.

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

Color convert

RGB703417-
CMYK00.510.760.73
HSL19.25º60.92%17.06%-
HSV(B)19.25º75.71%27.45%-
XYZ3.22.490.84-
YUV42.83113.43147.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.85%
GREEN value IS 34 (13.67% from 255) = 28.10%
BLUE value IS 17 (7.03% from 255) = 14.05%
R=57.85%
G=28.10%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70341700.510.760.7319.2560.9217.06
Hex4622110334C49133d11
Octal1064221063114111237521
Binary1000110100010100010110011100110010010011001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462211; }

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

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

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

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

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

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

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

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