#411C05

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

Shades of Brown Pod #411C05

Tints of Brown Pod #411C05

Color information

#411C05 (or 0x411C05) is unknown color: approx Brown Pod. HEX triplet: 41, 1C and 05. RGB value is (65,28,5). Sum of RGB (Red+Green+Blue) = 65+28+5=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #411C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C05 is #BEE3FA. Grayscale: #242424. Windows color (decimal): -12510203 or 334913. OLE color: 334913.

HSL color Cylindrical-coordinate representation of color #411C05: hue angle of 23º 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 #411C05 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB65285-
CMYK00.570.920.75
HSL23º85.71%13.73%-
HSV(B)23º92.31%25.49%-
XYZ2.621.970.38-
YUV36.44110.26148.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 66.33%
GREEN value IS 28 (11.33% from 255) = 28.57%
BLUE value IS 5 (2.34% from 255) = 5.10%
R=66.33%
G=28.57%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6528500.570.920.752385.7113.73
Hex411C50395C4B1756e
Octal1013450711341132712616
Binary1000001111001010111001101110010010111011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411C05; }

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

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

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

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

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

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

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

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