#461B09

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

Shades of Brown Pod #461B09

Tints of Brown Pod #461B09

Color information

#461B09 (or 0x461B09) is unknown color: approx Brown Pod. HEX triplet: 46, 1B and 09. RGB value is (70,27,9). Sum of RGB (Red+Green+Blue) = 70+27+9=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #461B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B09 is #B9E4F6. Grayscale: #252525. Windows color (decimal): -12182775 or 596806. OLE color: 596806.

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

Color convert

RGB70279-
CMYK00.610.870.73
HSL17.7º77.22%15.49%-
HSV(B)17.7º87.14%27.45%-
XYZ2.972.110.51-
YUV37.8111.75150.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.04%
GREEN value IS 27 (10.94% from 255) = 25.47%
BLUE value IS 9 (3.91% from 255) = 8.49%
R=66.04%
G=25.47%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7027900.610.870.7317.777.2215.49
Hex461B903D5749124df
Octal10633110751271112211517
Binary10001101101110010111101101011110010011001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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