#461E07

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

Shades of Brown Pod #461E07

Tints of Brown Pod #461E07

Color information

#461E07 (or 0x461E07) is unknown color: approx Brown Pod. HEX triplet: 46, 1E and 07. RGB value is (70,30,7). Sum of RGB (Red+Green+Blue) = 70+30+7=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #461E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E07 is #B9E1F8. Grayscale: #272727. Windows color (decimal): -12182009 or 466502. OLE color: 466502.

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

Color convert

RGB70307-
CMYK00.570.900.73
HSL21.9º81.82%15.1%-
HSV(B)21.9º90%27.45%-
XYZ3.032.250.47-
YUV39.34109.75149.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 65.42%
GREEN value IS 30 (12.11% from 255) = 28.04%
BLUE value IS 7 (3.12% from 255) = 6.54%
R=65.42%
G=28.04%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7030700.570.900.7321.981.8215.1
Hex461E70395A491652f
Octal1063670711321112612217
Binary1000110111101110111001101101010010011011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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