#462117

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

Shades of Brown Pod #462117

Tints of Brown Pod #462117

Color information

#462117 (or 0x462117) is unknown color: approx Brown Pod. HEX triplet: 46, 21 and 17. RGB value is (70,33,23). Sum of RGB (Red+Green+Blue) = 70+33+23=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #462117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462117 is #B9DEE8. Grayscale: #2B2B2B. Windows color (decimal): -12181225 or 1515846. OLE color: 1515846.

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

Color convert

RGB703323-
CMYK00.530.670.73
HSL12.77º50.54%18.24%-
HSV(B)12.77º67.14%27.45%-
XYZ3.222.451.11-
YUV42.92116.76147.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.56%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 23 (9.38% from 255) = 18.25%
R=55.56%
G=26.19%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70332300.530.670.7312.7750.5418.24
Hex4621170354349d3312
Octal1064127065103111156322
Binary100011010000110111011010110000111001001110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462117; }

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

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

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

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

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

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

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

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