#461A0D

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

Shades of Brown Pod #461A0D

Tints of Brown Pod #461A0D

Color information

#461A0D (or 0x461A0D) is unknown color: approx Brown Pod. HEX triplet: 46, 1A and 0D. RGB value is (70,26,13). Sum of RGB (Red+Green+Blue) = 70+26+13=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #461A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A0D is #B9E5F2. Grayscale: #252525. Windows color (decimal): -12183027 or 858694. OLE color: 858694.

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

Color convert

RGB702613-
CMYK00.630.810.73
HSL13.68º68.67%16.27%-
HSV(B)13.68º81.43%27.45%-
XYZ2.972.070.62-
YUV37.67114.08151.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.22%
GREEN value IS 26 (10.55% from 255) = 23.85%
BLUE value IS 13 (5.47% from 255) = 11.93%
R=64.22%
G=23.85%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70261300.630.810.7313.6868.6716.27
Hex461AD03F5149e4510
Octal10632150771211111610520
Binary10001101101011010111111101000110010011110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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