#461D05

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

Shades of Brown Pod #461D05

Tints of Brown Pod #461D05

Color information

#461D05 (or 0x461D05) is unknown color: approx Brown Pod. HEX triplet: 46, 1D and 05. RGB value is (70,29,5). Sum of RGB (Red+Green+Blue) = 70+29+5=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #461D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D05 is #B9E2FA. Grayscale: #262626. Windows color (decimal): -12182267 or 335174. OLE color: 335174.

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

Color convert

RGB70295-
CMYK00.590.930.73
HSL22.15º86.67%14.71%-
HSV(B)22.15º92.86%27.45%-
XYZ2.992.190.41-
YUV38.52109.08150.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.31%
GREEN value IS 29 (11.72% from 255) = 27.88%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=67.31%
G=27.88%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7029500.590.930.7322.1586.6714.71
Hex461D503B5D491657f
Octal1063550731351112612717
Binary1000110111011010111011101110110010011011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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