#461E05

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

Shades of Brown Pod #461E05

Tints of Brown Pod #461E05

Color information

#461E05 (or 0x461E05) is unknown color: approx Brown Pod. HEX triplet: 46, 1E and 05. RGB value is (70,30,5). Sum of RGB (Red+Green+Blue) = 70+30+5=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #461E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E05 is #B9E1FA. Grayscale: #272727. Windows color (decimal): -12182011 or 335430. OLE color: 335430.

HSL color Cylindrical-coordinate representation of color #461E05: hue angle of 23.08º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #461E05 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB70305-
CMYK00.570.930.73
HSL23.08º86.67%14.71%-
HSV(B)23.08º92.86%27.45%-
XYZ3.022.240.42-
YUV39.11108.75150.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.67%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 5 (2.34% from 255) = 4.76%
R=66.67%
G=28.57%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7030500.570.930.7323.0886.6714.71
Hex461E50395D491757f
Octal1063650711351112712717
Binary1000110111101010111001101110110010011011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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