#461D17

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

Shades of Brown Pod #461D17

Tints of Brown Pod #461D17

Color information

#461D17 (or 0x461D17) is unknown color: approx Brown Pod. HEX triplet: 46, 1D and 17. RGB value is (70,29,23). Sum of RGB (Red+Green+Blue) = 70+29+23=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #461D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D17 is #B9E2E8. Grayscale: #282828. Windows color (decimal): -12182249 or 1514822. OLE color: 1514822.

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

Color convert

RGB702923-
CMYK00.590.670.73
HSL7.66º50.54%18.24%-
HSV(B)7.66º67.14%27.45%-
XYZ3.122.241.08-
YUV40.58118.08148.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.38%
GREEN value IS 29 (11.72% from 255) = 23.77%
BLUE value IS 23 (9.38% from 255) = 18.85%
R=57.38%
G=23.77%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70292300.590.670.737.6650.5418.24
Hex461D1703B434983312
Octal1063527073103111106322
Binary10001101110110111011101110000111001001100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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