#461B0E

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

Shades of Brown Pod #461B0E

Tints of Brown Pod #461B0E

Color information

#461B0E (or 0x461B0E) is unknown color: approx Brown Pod. HEX triplet: 46, 1B and 0E. RGB value is (70,27,14). Sum of RGB (Red+Green+Blue) = 70+27+14=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #461B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B0E is #B9E4F1. Grayscale: #262626. Windows color (decimal): -12182770 or 924486. OLE color: 924486.

HSL color Cylindrical-coordinate representation of color #461B0E: hue angle of 13.93º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461B0E is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB702714-
CMYK00.610.800.73
HSL13.93º66.67%16.47%-
HSV(B)13.93º80%27.45%-
XYZ32.120.67-
YUV38.38114.25150.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.06%
GREEN value IS 27 (10.94% from 255) = 24.32%
BLUE value IS 14 (5.86% from 255) = 12.61%
R=63.06%
G=24.32%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70271400.610.800.7313.9366.6716.47
Hex461BE03D5049e4310
Octal10633160751201111610320
Binary10001101101111100111101101000010010011110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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