#461805

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

Shades of Brown Pod #461805

Tints of Brown Pod #461805

Color information

#461805 (or 0x461805) is unknown color: approx Brown Pod. HEX triplet: 46, 18 and 05. RGB value is (70,24,5). Sum of RGB (Red+Green+Blue) = 70+24+5=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #461805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461805 is #B9E7FA. Grayscale: #232323. Windows color (decimal): -12183547 or 333894. OLE color: 333894.

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

Color convert

RGB70245-
CMYK00.660.930.73
HSL17.54º86.67%14.71%-
HSV(B)17.54º92.86%27.45%-
XYZ2.881.970.37-
YUV35.59110.74152.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70.71%
GREEN value IS 24 (9.77% from 255) = 24.24%
BLUE value IS 5 (2.34% from 255) = 5.05%
R=70.71%
G=24.24%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7024500.660.930.7317.5486.6714.71
Hex461850425D491257f
Octal10630501021351112212717
Binary10001101100010101000010101110110010011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461805; }

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

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

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

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

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

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

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

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