#461D09

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

Shades of Brown Pod #461D09

Tints of Brown Pod #461D09

Color information

#461D09 (or 0x461D09) is unknown color: approx Brown Pod. HEX triplet: 46, 1D and 09. RGB value is (70,29,9). Sum of RGB (Red+Green+Blue) = 70+29+9=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #461D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D09 is #B9E2F6. Grayscale: #272727. Windows color (decimal): -12182263 or 597318. OLE color: 597318.

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

Color convert

RGB70299-
CMYK00.590.870.73
HSL19.67º77.22%15.49%-
HSV(B)19.67º87.14%27.45%-
XYZ3.012.20.52-
YUV38.98111.08150.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.81%
GREEN value IS 29 (11.72% from 255) = 26.85%
BLUE value IS 9 (3.91% from 255) = 8.33%
R=64.81%
G=26.85%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7029900.590.870.7319.6777.2215.49
Hex461D903B5749144df
Octal10635110731271112411517
Binary10001101110110010111011101011110010011010010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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