#461A05

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

Shades of Brown Pod #461A05

Tints of Brown Pod #461A05

Color information

#461A05 (or 0x461A05) is unknown color: approx Brown Pod. HEX triplet: 46, 1A and 05. RGB value is (70,26,5). Sum of RGB (Red+Green+Blue) = 70+26+5=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #461A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A05 is #B9E5FA. Grayscale: #242424. Windows color (decimal): -12183035 or 334406. OLE color: 334406.

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

Color convert

RGB70265-
CMYK00.630.930.73
HSL19.38º86.67%14.71%-
HSV(B)19.38º92.86%27.45%-
XYZ2.922.050.39-
YUV36.76110.08151.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 69.31%
GREEN value IS 26 (10.55% from 255) = 25.74%
BLUE value IS 5 (2.34% from 255) = 4.95%
R=69.31%
G=25.74%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7026500.630.930.7319.3886.6714.71
Hex461A503F5D491357f
Octal1063250771351112312717
Binary1000110110101010111111101110110010011001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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