#461905

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

Shades of Brown Pod #461905

Tints of Brown Pod #461905

Color information

#461905 (or 0x461905) is unknown color: approx Brown Pod. HEX triplet: 46, 19 and 05. RGB value is (70,25,5). Sum of RGB (Red+Green+Blue) = 70+25+5=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #461905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461905 is #B9E6FA. Grayscale: #242424. Windows color (decimal): -12183291 or 334150. OLE color: 334150.

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

Color convert

RGB70255-
CMYK00.640.930.73
HSL18.46º86.67%14.71%-
HSV(B)18.46º92.86%27.45%-
XYZ2.92.010.38-
YUV36.17110.41152.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 5 (2.34% from 255) = 5%
R=70%
G=25%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7025500.640.930.7318.4686.6714.71
Hex461950405D491257f
Octal10631501001351112212717
Binary10001101100110101000000101110110010011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461905; }

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

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

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

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

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

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

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

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