#461E0B

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

Shades of Brown Pod #461E0B

Tints of Brown Pod #461E0B

Color information

#461E0B (or 0x461E0B) is unknown color: approx Brown Pod. HEX triplet: 46, 1E and 0B. RGB value is (70,30,11). Sum of RGB (Red+Green+Blue) = 70+30+11=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #461E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E0B is #B9E1F4. Grayscale: #272727. Windows color (decimal): -12182005 or 728646. OLE color: 728646.

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

Color convert

RGB703011-
CMYK00.570.840.73
HSL19.32º72.84%15.88%-
HSV(B)19.32º84.29%27.45%-
XYZ3.052.250.59-
YUV39.79111.75149.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.06%
GREEN value IS 30 (12.11% from 255) = 27.03%
BLUE value IS 11 (4.69% from 255) = 9.91%
R=63.06%
G=27.03%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70301100.570.840.7319.3272.8415.88
Hex461EB0395449134910
Octal10636130711241112311120
Binary100011011110101101110011010100100100110011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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