#461204

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

Shades of Brown Pod #461204

Tints of Brown Pod #461204

Color information

#461204 (or 0x461204) is unknown color: approx Brown Pod. HEX triplet: 46, 12 and 04. RGB value is (70,18,4). Sum of RGB (Red+Green+Blue) = 70+18+4=92 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.09% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 70 - color contains mainly: red. Hex color #461204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461204 is #B9EDFB. Grayscale: #202020. Windows color (decimal): -12185084 or 266822. OLE color: 266822.

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

Color convert

RGB70184-
CMYK00.740.940.73
HSL12.73º89.19%14.51%-
HSV(B)12.73º94.29%27.45%-
XYZ2.761.740.31-
YUV31.95112.23155.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 76.09%
GREEN value IS 18 (7.42% from 255) = 19.57%
BLUE value IS 4 (1.95% from 255) = 4.35%
R=76.09%
G=19.57%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7018400.740.940.7312.7389.1914.51
Hex4612404A5E49d59f
Octal10622401121361111513117
Binary1000110100101000100101010111101001001110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461204; }

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

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

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

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

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

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

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

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