#461B04

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

Shades of Brown Pod #461B04

Tints of Brown Pod #461B04

Color information

#461B04 (or 0x461B04) is unknown color: approx Brown Pod. HEX triplet: 46, 1B and 04. RGB value is (70,27,4). Sum of RGB (Red+Green+Blue) = 70+27+4=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #461B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B04 is #B9E4FB. Grayscale: #252525. Windows color (decimal): -12182780 or 269126. OLE color: 269126.

HSL color Cylindrical-coordinate representation of color #461B04: hue angle of 20.91º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #461B04 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB70274-
CMYK00.610.940.73
HSL20.91º89.19%14.51%-
HSV(B)20.91º94.29%27.45%-
XYZ2.942.090.36-
YUV37.24109.25151.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 69.31%
GREEN value IS 27 (10.94% from 255) = 26.73%
BLUE value IS 4 (1.95% from 255) = 3.96%
R=69.31%
G=26.73%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7027400.610.940.7320.9189.1914.51
Hex461B403D5E491559f
Octal1063340751361112513117
Binary1000110110111000111101101111010010011010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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