#461B05

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

Shades of Brown Pod #461B05

Tints of Brown Pod #461B05

Color information

#461B05 (or 0x461B05) is unknown color: approx Brown Pod. HEX triplet: 46, 1B and 05. RGB value is (70,27,5). Sum of RGB (Red+Green+Blue) = 70+27+5=102 (13% of max value = 765). Red value is 70 (27.73% from 255 or 68.63% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 70 - color contains mainly: red. Hex color #461B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B05 is #B9E4FA. Grayscale: #252525. Windows color (decimal): -12182779 or 334662. OLE color: 334662.

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

Color convert

RGB70275-
CMYK00.610.930.73
HSL20.31º86.67%14.71%-
HSV(B)20.31º92.86%27.45%-
XYZ2.952.10.39-
YUV37.35109.75151.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 68.63%
GREEN value IS 27 (10.94% from 255) = 26.47%
BLUE value IS 5 (2.34% from 255) = 4.90%
R=68.63%
G=26.47%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7027500.610.930.7320.3186.6714.71
Hex461B503D5D491457f
Octal1063350751351112412717
Binary1000110110111010111101101110110010011010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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