#461A03

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

Shades of Brown Pod #461A03

Tints of Brown Pod #461A03

Color information

#461A03 (or 0x461A03) is unknown color: approx Brown Pod. HEX triplet: 46, 1A and 03. RGB value is (70,26,3). Sum of RGB (Red+Green+Blue) = 70+26+3=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #461A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A03 is #B9E5FC. Grayscale: #242424. Windows color (decimal): -12183037 or 203334. OLE color: 203334.

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

Color convert

RGB70263-
CMYK00.630.960.73
HSL20.6º91.78%14.31%-
HSV(B)20.6º95.71%27.45%-
XYZ2.912.050.33-
YUV36.53109.08151.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70.71%
GREEN value IS 26 (10.55% from 255) = 26.26%
BLUE value IS 3 (1.56% from 255) = 3.03%
R=70.71%
G=26.26%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7026300.630.960.7320.691.7814.31
Hex461A303F6049155ce
Octal1063230771401112513416
Binary100011011010110111111110000010010011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461A03; }

 p { color: rgb(70,26,3); }

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

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

 a { background-color: rgb(70,26,3); }

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

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

 span { border-color: rgb(70,26,3); }

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