#461909

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

Shades of Brown Pod #461909

Tints of Brown Pod #461909

Color information

#461909 (or 0x461909) is unknown color: approx Brown Pod. HEX triplet: 46, 19 and 09. RGB value is (70,25,9). Sum of RGB (Red+Green+Blue) = 70+25+9=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #461909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461909 is #B9E6F6. Grayscale: #242424. Windows color (decimal): -12183287 or 596294. OLE color: 596294.

HSL color Cylindrical-coordinate representation of color #461909: hue angle of 15.74º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461909 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB70259-
CMYK00.640.870.73
HSL15.74º77.22%15.49%-
HSV(B)15.74º87.14%27.45%-
XYZ2.922.020.49-
YUV36.63112.41151.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.31%
GREEN value IS 25 (10.16% from 255) = 24.04%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=67.31%
G=24.04%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7025900.640.870.7315.7477.2215.49
Hex461990405749104df
Octal106311101001271112011517
Binary100011011001100101000000101011110010011000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461909; }

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

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

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

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

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

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

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

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