#461C0B

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

Shades of Brown Pod #461C0B

Tints of Brown Pod #461C0B

Color information

#461C0B (or 0x461C0B) is unknown color: approx Brown Pod. HEX triplet: 46, 1C and 0B. RGB value is (70,28,11). Sum of RGB (Red+Green+Blue) = 70+28+11=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #461C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461C0B is #B9E3F4. Grayscale: #262626. Windows color (decimal): -12182517 or 728134. OLE color: 728134.

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

Color convert

RGB702811-
CMYK00.600.840.73
HSL17.29º72.84%15.88%-
HSV(B)17.29º84.29%27.45%-
XYZ32.160.57-
YUV38.62112.41150.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.22%
GREEN value IS 28 (11.33% from 255) = 25.69%
BLUE value IS 11 (4.69% from 255) = 10.09%
R=64.22%
G=25.69%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70281100.600.840.7317.2972.8415.88
Hex461CB03C5449114910
Octal10634130741241112111120
Binary100011011100101101111001010100100100110001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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