#461D1A

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

Shades of Brown Pod #461D1A

Tints of Brown Pod #461D1A

Color information

#461D1A (or 0x461D1A) is unknown color: approx Brown Pod. HEX triplet: 46, 1D and 1A. RGB value is (70,29,26). Sum of RGB (Red+Green+Blue) = 70+29+26=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #461D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D1A is #B9E2E5. Grayscale: #282828. Windows color (decimal): -12182246 or 1711430. OLE color: 1711430.

HSL color Cylindrical-coordinate representation of color #461D1A: hue angle of 4.09º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #461D1A is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB702926-
CMYK00.590.630.73
HSL4.09º45.83%18.82%-
HSV(B)4.09º62.86%27.45%-
XYZ3.152.261.25-
YUV40.92119.58148.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 29 (11.72% from 255) = 23.2%
BLUE value IS 26 (10.55% from 255) = 20.8%
R=56%
G=23.2%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70292600.590.630.734.0945.8318.82
Hex461D1A03B3F4942e13
Octal10635320737711145623
Binary100011011101110100111011111111100100110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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