#462205

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

Shades of Brown Pod #462205

Tints of Brown Pod #462205

Color information

#462205 (or 0x462205) is unknown color: approx Brown Pod. HEX triplet: 46, 22 and 05. RGB value is (70,34,5). Sum of RGB (Red+Green+Blue) = 70+34+5=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #462205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462205 is #B9DDFA. Grayscale: #292929. Windows color (decimal): -12180987 or 336454. OLE color: 336454.

HSL color Cylindrical-coordinate representation of color #462205: hue angle of 26.77º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #462205 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB70345-
CMYK00.510.930.73
HSL26.77º86.67%14.71%-
HSV(B)26.77º92.86%27.45%-
XYZ3.132.460.45-
YUV41.46107.43148.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.22%
GREEN value IS 34 (13.67% from 255) = 31.19%
BLUE value IS 5 (2.34% from 255) = 4.59%
R=64.22%
G=31.19%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7034500.510.930.7326.7786.6714.71
Hex462250335D491b57f
Octal1064250631351113312717
Binary10001101000101010110011101110110010011101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462205; }

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

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

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

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

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

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

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

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