#411804

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

Shades of Brown Pod #411804

Tints of Brown Pod #411804

Color information

#411804 (or 0x411804) is unknown color: approx Brown Pod. HEX triplet: 41, 18 and 04. RGB value is (65,24,4). Sum of RGB (Red+Green+Blue) = 65+24+4=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #411804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411804 is #BEE7FB. Grayscale: #222222. Windows color (decimal): -12511228 or 268353. OLE color: 268353.

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

Color convert

RGB65244-
CMYK00.630.940.75
HSL19.67º88.41%13.53%-
HSV(B)19.67º93.85%25.49%-
XYZ2.531.790.33-
YUV33.98111.08150.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.89%
GREEN value IS 24 (9.77% from 255) = 25.81%
BLUE value IS 4 (1.95% from 255) = 4.30%
R=69.89%
G=25.81%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6524400.630.940.7519.6788.4113.53
Hex4118403F5E4B1458e
Octal1013040771361132413016
Binary1000001110001000111111101111010010111010010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411804; }

 p { color: rgb(65,24,4); }

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

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

 a { background-color: rgb(65,24,4); }

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

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

 span { border-color: rgb(65,24,4); }

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