#412117

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

Shades of Brown Pod #412117

Tints of Brown Pod #412117

Color information

#412117 (or 0x412117) is unknown color: approx Brown Pod. HEX triplet: 41, 21 and 17. RGB value is (65,33,23). Sum of RGB (Red+Green+Blue) = 65+33+23=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412117 is #BEDEE8. Grayscale: #292929. Windows color (decimal): -12508905 or 1515841. OLE color: 1515841.

HSL color Cylindrical-coordinate representation of color #412117: hue angle of 14.29º 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 #412117 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB653323-
CMYK00.490.650.75
HSL14.29º47.73%17.25%-
HSV(B)14.29º64.62%25.49%-
XYZ2.882.271.1-
YUV41.43117.6144.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 23 (9.38% from 255) = 19.01%
R=53.72%
G=27.27%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65332300.490.650.7514.2947.7317.25
Hex412117031414Be3011
Octal1014127061101113166021
Binary100000110000110111011000110000011001011111011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412117; }

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

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

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

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

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

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

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

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