#461809

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

Shades of Brown Pod #461809

Tints of Brown Pod #461809

Color information

#461809 (or 0x461809) is unknown color: approx Brown Pod. HEX triplet: 46, 18 and 09. RGB value is (70,24,9). Sum of RGB (Red+Green+Blue) = 70+24+9=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #461809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461809 is #B9E7F6. Grayscale: #242424. Windows color (decimal): -12183543 or 596038. OLE color: 596038.

HSL color Cylindrical-coordinate representation of color #461809: hue angle of 14.75º 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 #461809 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB70249-
CMYK00.660.870.73
HSL14.75º77.22%15.49%-
HSV(B)14.75º87.14%27.45%-
XYZ2.91.980.49-
YUV36.04112.74152.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.96%
GREEN value IS 24 (9.77% from 255) = 23.30%
BLUE value IS 9 (3.91% from 255) = 8.74%
R=67.96%
G=23.30%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7024900.660.870.7314.7577.2215.49
Hex461890425749f4df
Octal106301101021271111711517
Binary10001101100010010100001010101111001001111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461809; }

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

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

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

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

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

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

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

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