#461B03

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

Shades of Brown Pod #461B03

Tints of Brown Pod #461B03

Color information

#461B03 (or 0x461B03) is unknown color: approx Brown Pod. HEX triplet: 46, 1B and 03. RGB value is (70,27,3). Sum of RGB (Red+Green+Blue) = 70+27+3=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #461B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B03 is #B9E4FC. Grayscale: #252525. Windows color (decimal): -12182781 or 203590. OLE color: 203590.

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

Color convert

RGB70273-
CMYK00.610.960.73
HSL21.49º91.78%14.31%-
HSV(B)21.49º95.71%27.45%-
XYZ2.932.090.34-
YUV37.12108.75151.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70%
GREEN value IS 27 (10.94% from 255) = 27%
BLUE value IS 3 (1.56% from 255) = 3%
R=70%
G=27%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7027300.610.960.7321.4991.7814.31
Hex461B303D6049155ce
Octal1063330751401112513416
Binary100011011011110111101110000010010011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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