#461A0B

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

Shades of Brown Pod #461A0B

Tints of Brown Pod #461A0B

Color information

#461A0B (or 0x461A0B) is unknown color: approx Brown Pod. HEX triplet: 46, 1A and 0B. RGB value is (70,26,11). Sum of RGB (Red+Green+Blue) = 70+26+11=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #461A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A0B is #B9E5F4. Grayscale: #252525. Windows color (decimal): -12183029 or 727622. OLE color: 727622.

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

Color convert

RGB702611-
CMYK00.630.840.73
HSL15.25º72.84%15.88%-
HSV(B)15.25º84.29%27.45%-
XYZ2.962.070.56-
YUV37.45113.08151.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 65.42%
GREEN value IS 26 (10.55% from 255) = 24.30%
BLUE value IS 11 (4.69% from 255) = 10.28%
R=65.42%
G=24.30%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70261100.630.840.7315.2572.8415.88
Hex461AB03F5449f4910
Octal10632130771241111711120
Binary10001101101010110111111101010010010011111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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