#461202

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

Shades of Brown Pod #461202

Tints of Brown Pod #461202

Color information

#461202 (or 0x461202) is unknown color: approx Brown Pod. HEX triplet: 46, 12 and 02. RGB value is (70,18,2). Sum of RGB (Red+Green+Blue) = 70+18+2=90 (11% of max value = 765). Red value is 70 (27.73% from 255 or 77.78% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 70 - color contains mainly: red. Hex color #461202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461202 is #B9EDFD. Grayscale: #1F1F1F. Windows color (decimal): -12185086 or 135750. OLE color: 135750.

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

Color convert

RGB70182-
CMYK00.740.970.73
HSL14.12º94.44%14.12%-
HSV(B)14.12º97.14%27.45%-
XYZ2.751.740.25-
YUV31.72111.23155.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 77.78%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 2 (1.17% from 255) = 2.22%
R=77.78%
G=20%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7018200.740.970.7314.1294.4414.12
Hex4612204A6149e5ee
Octal10622201121411111613616
Binary100011010010100100101011000011001001111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461202; }

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

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

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

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

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

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

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

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