#461B0D

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

Shades of Brown Pod #461B0D

Tints of Brown Pod #461B0D

Color information

#461B0D (or 0x461B0D) is unknown color: approx Brown Pod. HEX triplet: 46, 1B and 0D. RGB value is (70,27,13). Sum of RGB (Red+Green+Blue) = 70+27+13=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #461B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B0D is #B9E4F2. Grayscale: #262626. Windows color (decimal): -12182771 or 858950. OLE color: 858950.

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

Color convert

RGB702713-
CMYK00.610.810.73
HSL14.74º68.67%16.27%-
HSV(B)14.74º81.43%27.45%-
XYZ2.992.120.63-
YUV38.26113.75150.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.64%
GREEN value IS 27 (10.94% from 255) = 24.55%
BLUE value IS 13 (5.47% from 255) = 11.82%
R=63.64%
G=24.55%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70271300.610.810.7314.7468.6716.27
Hex461BD03D5149f4510
Octal10633150751211111710520
Binary10001101101111010111101101000110010011111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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