#462111

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

Shades of Brown Pod #462111

Tints of Brown Pod #462111

Color information

#462111 (or 0x462111) is unknown color: approx Brown Pod. HEX triplet: 46, 21 and 11. RGB value is (70,33,17). Sum of RGB (Red+Green+Blue) = 70+33+17=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #462111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462111 is #B9DEEE. Grayscale: #2A2A2A. Windows color (decimal): -12181231 or 1122630. OLE color: 1122630.

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

Color convert

RGB703317-
CMYK00.530.760.73
HSL18.11º60.92%17.06%-
HSV(B)18.11º75.71%27.45%-
XYZ3.172.430.83-
YUV42.24113.76147.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.33%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 17 (7.03% from 255) = 14.17%
R=58.33%
G=27.5%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70331700.530.760.7318.1160.9217.06
Hex4621110354C49123d11
Octal1064121065114111227521
Binary1000110100001100010110101100110010010011001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462111; }

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

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

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

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

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

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

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

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