#461C09

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

Shades of Brown Pod #461C09

Tints of Brown Pod #461C09

Color information

#461C09 (or 0x461C09) is unknown color: approx Brown Pod. HEX triplet: 46, 1C and 09. RGB value is (70,28,9). Sum of RGB (Red+Green+Blue) = 70+28+9=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #461C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461C09 is #B9E3F6. Grayscale: #262626. Windows color (decimal): -12182519 or 597062. OLE color: 597062.

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

Color convert

RGB70289-
CMYK00.600.870.73
HSL18.69º77.22%15.49%-
HSV(B)18.69º87.14%27.45%-
XYZ2.992.150.52-
YUV38.39111.41150.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 65.42%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=65.42%
G=26.17%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7028900.600.870.7318.6977.2215.49
Hex461C903C5749134df
Octal10634110741271112311517
Binary10001101110010010111100101011110010011001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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