#461D0D

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

Shades of Brown Pod #461D0D

Tints of Brown Pod #461D0D

Color information

#461D0D (or 0x461D0D) is unknown color: approx Brown Pod. HEX triplet: 46, 1D and 0D. RGB value is (70,29,13). Sum of RGB (Red+Green+Blue) = 70+29+13=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #461D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D0D is #B9E2F2. Grayscale: #272727. Windows color (decimal): -12182259 or 859462. OLE color: 859462.

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

Color convert

RGB702913-
CMYK00.590.810.73
HSL16.84º68.67%16.27%-
HSV(B)16.84º81.43%27.45%-
XYZ3.042.210.65-
YUV39.44113.08149.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 62.5%
GREEN value IS 29 (11.72% from 255) = 25.89%
BLUE value IS 13 (5.47% from 255) = 11.61%
R=62.5%
G=25.89%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70291300.590.810.7316.8468.6716.27
Hex461DD03B5149114510
Octal10635150731211112110520
Binary100011011101110101110111010001100100110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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