#461200

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

Shades of Brown Pod #461200

Tints of Brown Pod #461200

Color information

#461200 (or 0x461200) is unknown color: approx Brown Pod. HEX triplet: 46, 12 and 00. RGB value is (70,18,0). Sum of RGB (Red+Green+Blue) = 70+18+0=88 (11% of max value = 765). Red value is 70 (27.73% from 255 or 79.55% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 70 - color contains mainly: red. Hex color #461200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461200 is #B9EDFF. Grayscale: #1F1F1F. Windows color (decimal): -12185088 or 4678. OLE color: 4678.

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

Color convert

RGB70180-
CMYK00.7410.73
HSL15.43º100%13.73%-
HSV(B)15.43º100%27.45%-
XYZ2.741.730.19-
YUV31.5110.23155.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 79.55%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.55%
G=20.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7018000.7410.7315.4310013.73
Hex4612004A6449f64e
Octal10622001121441111714416
Binary10001101001000100101011001001001001111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461200; }

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

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

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

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

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

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

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

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