#462017

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

Shades of Brown Pod #462017

Tints of Brown Pod #462017

Color information

#462017 (or 0x462017) is unknown color: approx Brown Pod. HEX triplet: 46, 20 and 17. RGB value is (70,32,23). Sum of RGB (Red+Green+Blue) = 70+32+23=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #462017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462017 is #B9DFE8. Grayscale: #2A2A2A. Windows color (decimal): -12181481 or 1515590. OLE color: 1515590.

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

Color convert

RGB703223-
CMYK00.540.670.73
HSL11.49º50.54%18.24%-
HSV(B)11.49º67.14%27.45%-
XYZ3.22.41.1-
YUV42.34117.09147.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 23 (9.38% from 255) = 18.4%
R=56%
G=25.6%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70322300.540.670.7311.4950.5418.24
Hex4620170364349b3312
Octal1064027066103111136322
Binary100011010000010111011011010000111001001101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462017; }

 p { color: rgb(70,32,23); }

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

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

 a { background-color: rgb(70,32,23); }

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

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

 span { border-color: rgb(70,32,23); }

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