#461B0B

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

Shades of Brown Pod #461B0B

Tints of Brown Pod #461B0B

Color information

#461B0B (or 0x461B0B) is unknown color: approx Brown Pod. HEX triplet: 46, 1B and 0B. RGB value is (70,27,11). Sum of RGB (Red+Green+Blue) = 70+27+11=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #461B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B0B is #B9E4F4. Grayscale: #262626. Windows color (decimal): -12182773 or 727878. OLE color: 727878.

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

Color convert

RGB702711-
CMYK00.610.840.73
HSL16.27º72.84%15.88%-
HSV(B)16.27º84.29%27.45%-
XYZ2.982.110.57-
YUV38.03112.75150.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.81%
GREEN value IS 27 (10.94% from 255) = 25%
BLUE value IS 11 (4.69% from 255) = 10.19%
R=64.81%
G=25%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70271100.610.840.7316.2772.8415.88
Hex461BB03D5449104910
Octal10633130751241112011120
Binary100011011011101101111011010100100100110000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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