#461913

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

Shades of Brown Pod #461913

Tints of Brown Pod #461913

Color information

#461913 (or 0x461913) is unknown color: approx Brown Pod. HEX triplet: 46, 19 and 13. RGB value is (70,25,19). Sum of RGB (Red+Green+Blue) = 70+25+19=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #461913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461913 is #B9E6EC. Grayscale: #252525. Windows color (decimal): -12183277 or 1251654. OLE color: 1251654.

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

Color convert

RGB702519-
CMYK00.640.730.73
HSL7.06º57.3%17.45%-
HSV(B)7.06º72.86%27.45%-
XYZ2.992.040.85-
YUV37.77117.41150.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.40%
GREEN value IS 25 (10.16% from 255) = 21.93%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=61.40%
G=21.93%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70251900.640.730.737.0657.317.45
Hex461913040494973911
Octal1063123010011111177121
Binary10001101100110011010000001001001100100111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461913; }

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

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

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

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

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

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

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

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