#411705

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

Shades of Brown Pod #411705

Tints of Brown Pod #411705

Color information

#411705 (or 0x411705) is unknown color: approx Brown Pod. HEX triplet: 41, 17 and 05. RGB value is (65,23,5). Sum of RGB (Red+Green+Blue) = 65+23+5=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #411705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411705 is #BEE8FA. Grayscale: #212121. Windows color (decimal): -12511483 or 333633. OLE color: 333633.

HSL color Cylindrical-coordinate representation of color #411705: hue angle of 18º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #411705 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB65235-
CMYK00.650.920.75
HSL18º85.71%13.73%-
HSV(B)18º92.31%25.49%-
XYZ2.511.750.35-
YUV33.51111.91150.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.89%
GREEN value IS 23 (9.38% from 255) = 24.73%
BLUE value IS 5 (2.34% from 255) = 5.38%
R=69.89%
G=24.73%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6523500.650.920.751885.7113.73
Hex411750415C4B1256e
Octal10127501011341132212616
Binary10000011011110101000001101110010010111001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411705; }

 p { color: rgb(65,23,5); }

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

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

 a { background-color: rgb(65,23,5); }

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

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

 span { border-color: rgb(65,23,5); }

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