#412317

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

Shades of Brown Pod #412317

Tints of Brown Pod #412317

Color information

#412317 (or 0x412317) is unknown color: approx Brown Pod. HEX triplet: 41, 23 and 17. RGB value is (65,35,23). Sum of RGB (Red+Green+Blue) = 65+35+23=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #412317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412317 is #BEDCE8. Grayscale: #2A2A2A. Windows color (decimal): -12508393 or 1516353. OLE color: 1516353.

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

Color convert

RGB653523-
CMYK00.460.650.75
HSL17.14º47.73%17.25%-
HSV(B)17.14º64.62%25.49%-
XYZ2.942.391.12-
YUV42.6116.94143.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 35 (14.06% from 255) = 28.46%
BLUE value IS 23 (9.38% from 255) = 18.70%
R=52.85%
G=28.46%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65352300.460.650.7517.1447.7317.25
Hex41231702E414B113011
Octal1014327056101113216021
Binary1000001100011101110101110100000110010111000111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412317; }

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

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

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

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

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

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

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

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