#461E14

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

Shades of Brown Pod #461E14

Tints of Brown Pod #461E14

Color information

#461E14 (or 0x461E14) is unknown color: approx Brown Pod. HEX triplet: 46, 1E and 14. RGB value is (70,30,20). Sum of RGB (Red+Green+Blue) = 70+30+20=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #461E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E14 is #B9E1EB. Grayscale: #282828. Windows color (decimal): -12181996 or 1318470. OLE color: 1318470.

HSL color Cylindrical-coordinate representation of color #461E14: hue angle of 12º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #461E14 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB703020-
CMYK00.570.710.73
HSL12º55.56%17.65%-
HSV(B)12º71.43%27.45%-
XYZ3.122.280.94-
YUV40.82116.25148.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.33%
GREEN value IS 30 (12.11% from 255) = 25%
BLUE value IS 20 (8.20% from 255) = 16.67%
R=58.33%
G=25%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70302000.570.710.731255.5617.65
Hex461E140394749c3812
Octal1063624071107111147022
Binary10001101111010100011100110001111001001110011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,30,20); }

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

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

 a { background-color: rgb(70,30,20); }

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

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

 span { border-color: rgb(70,30,20); }

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