#461812

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

Shades of Brown Pod #461812

Tints of Brown Pod #461812

Color information

#461812 (or 0x461812) is unknown color: approx Brown Pod. HEX triplet: 46, 18 and 12. RGB value is (70,24,18). Sum of RGB (Red+Green+Blue) = 70+24+18=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #461812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461812 is #B9E7ED. Grayscale: #252525. Windows color (decimal): -12183534 or 1185862. OLE color: 1185862.

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

Color convert

RGB702418-
CMYK00.660.740.73
HSL6.92º59.09%17.25%-
HSV(B)6.92º74.29%27.45%-
XYZ2.9620.8-
YUV37.07117.24151.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 62.5%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=62.5%
G=21.43%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70241800.660.740.736.9259.0917.25
Hex4618120424A4973b11
Octal1063022010211211177321
Binary10001101100010010010000101001010100100111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461812; }

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

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

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

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

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

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

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

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