#461914

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

Shades of Brown Pod #461914

Tints of Brown Pod #461914

Color information

#461914 (or 0x461914) is unknown color: approx Brown Pod. HEX triplet: 46, 19 and 14. RGB value is (70,25,20). Sum of RGB (Red+Green+Blue) = 70+25+20=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #461914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461914 is #B9E6EB. Grayscale: #252525. Windows color (decimal): -12183276 or 1317190. OLE color: 1317190.

HSL color Cylindrical-coordinate representation of color #461914: hue angle of 6º 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 #461914 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB702520-
CMYK00.640.710.73
HSL55.56%17.65%-
HSV(B)71.43%27.45%-
XYZ32.050.9-
YUV37.88117.91150.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.87%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=60.87%
G=21.74%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70252000.640.710.73655.5617.65
Hex461914040474963812
Octal1063124010010711167022
Binary10001101100110100010000001000111100100111011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461914; }

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

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

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

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

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

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

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

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