#461E03

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

Shades of Brown Pod #461E03

Tints of Brown Pod #461E03

Color information

#461E03 (or 0x461E03) is unknown color: approx Brown Pod. HEX triplet: 46, 1E and 03. RGB value is (70,30,3). Sum of RGB (Red+Green+Blue) = 70+30+3=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #461E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E03 is #B9E1FC. Grayscale: #272727. Windows color (decimal): -12182013 or 204358. OLE color: 204358.

HSL color Cylindrical-coordinate representation of color #461E03: hue angle of 24.18º 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 #461E03 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB70303-
CMYK00.570.960.73
HSL24.18º91.78%14.31%-
HSV(B)24.18º95.71%27.45%-
XYZ3.012.240.36-
YUV38.88107.75150.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.96%
GREEN value IS 30 (12.11% from 255) = 29.13%
BLUE value IS 3 (1.56% from 255) = 2.91%
R=67.96%
G=29.13%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7030300.570.960.7324.1891.7814.31
Hex461E30396049185ce
Octal1063630711401113013416
Binary100011011110110111001110000010010011100010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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