#461E17

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

Shades of Brown Pod #461E17

Tints of Brown Pod #461E17

Color information

#461E17 (or 0x461E17) is unknown color: approx Brown Pod. HEX triplet: 46, 1E and 17. RGB value is (70,30,23). Sum of RGB (Red+Green+Blue) = 70+30+23=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #461E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E17 is #B9E1E8. Grayscale: #292929. Windows color (decimal): -12181993 or 1515078. OLE color: 1515078.

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

Color convert

RGB703023-
CMYK00.570.670.73
HSL8.94º50.54%18.24%-
HSV(B)8.94º67.14%27.45%-
XYZ3.142.291.09-
YUV41.16117.75148.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.91%
GREEN value IS 30 (12.11% from 255) = 24.39%
BLUE value IS 23 (9.38% from 255) = 18.70%
R=56.91%
G=24.39%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70302300.570.670.738.9450.5418.24
Hex461E17039434993312
Octal1063627071103111116322
Binary10001101111010111011100110000111001001100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461E17; }

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

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

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

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

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

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

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

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