#461D19

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

Shades of Brown Pod #461D19

Tints of Brown Pod #461D19

Color information

#461D19 (or 0x461D19) is unknown color: approx Brown Pod. HEX triplet: 46, 1D and 19. RGB value is (70,29,25). Sum of RGB (Red+Green+Blue) = 70+29+25=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #461D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D19 is #B9E2E6. Grayscale: #282828. Windows color (decimal): -12182247 or 1645894. OLE color: 1645894.

HSL color Cylindrical-coordinate representation of color #461D19: hue angle of 5.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #461D19 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB702925-
CMYK00.590.640.73
HSL5.33º47.37%18.63%-
HSV(B)5.33º64.29%27.45%-
XYZ3.142.251.19-
YUV40.8119.08148.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.45%
GREEN value IS 29 (11.72% from 255) = 23.39%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=56.45%
G=23.39%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70292500.590.640.735.3347.3718.63
Hex461D1903B404952f13
Octal106353107310011155723
Binary1000110111011100101110111000000100100110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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