#411F17

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

Shades of Brown Pod #411F17

Tints of Brown Pod #411F17

Color information

#411F17 (or 0x411F17) is unknown color: approx Brown Pod. HEX triplet: 41, 1F and 17. RGB value is (65,31,23). Sum of RGB (Red+Green+Blue) = 65+31+23=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #411F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F17 is #BEE0E8. Grayscale: #282828. Windows color (decimal): -12509417 or 1515329. OLE color: 1515329.

HSL color Cylindrical-coordinate representation of color #411F17: hue angle of 11.43º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #411F17 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB653123-
CMYK00.520.650.75
HSL11.43º47.73%17.25%-
HSV(B)11.43º64.62%25.49%-
XYZ2.822.171.08-
YUV40.25118.26145.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 31 (12.5% from 255) = 26.05%
BLUE value IS 23 (9.38% from 255) = 19.33%
R=54.62%
G=26.05%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65312300.520.650.7511.4347.7317.25
Hex411F17034414Bb3011
Octal1013727064101113136021
Binary10000011111110111011010010000011001011101111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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