#461F17

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

Shades of Brown Pod #461F17

Tints of Brown Pod #461F17

Color information

#461F17 (or 0x461F17) is unknown color: approx Brown Pod. HEX triplet: 46, 1F and 17. RGB value is (70,31,23). Sum of RGB (Red+Green+Blue) = 70+31+23=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #461F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461F17 is #B9E0E8. Grayscale: #292929. Windows color (decimal): -12181737 or 1515334. OLE color: 1515334.

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

Color convert

RGB703123-
CMYK00.560.670.73
HSL10.21º50.54%18.24%-
HSV(B)10.21º67.14%27.45%-
XYZ3.172.341.1-
YUV41.75117.42148.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.45%
GREEN value IS 31 (12.5% from 255) = 25%
BLUE value IS 23 (9.38% from 255) = 18.55%
R=56.45%
G=25%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70312300.560.670.7310.2150.5418.24
Hex461F170384349a3312
Octal1063727070103111126322
Binary10001101111110111011100010000111001001101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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