#412417

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

Shades of Brown Pod #412417

Tints of Brown Pod #412417

Color information

#412417 (or 0x412417) is unknown color: approx Brown Pod. HEX triplet: 41, 24 and 17. RGB value is (65,36,23). Sum of RGB (Red+Green+Blue) = 65+36+23=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412417 is #BEDBE8. Grayscale: #2B2B2B. Windows color (decimal): -12508137 or 1516609. OLE color: 1516609.

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

Color convert

RGB653623-
CMYK00.450.650.75
HSL18.57º47.73%17.25%-
HSV(B)18.57º64.62%25.49%-
XYZ2.972.451.13-
YUV43.19116.61143.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 36 (14.45% from 255) = 29.03%
BLUE value IS 23 (9.38% from 255) = 18.55%
R=52.42%
G=29.03%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65362300.450.650.7518.5747.7317.25
Hex41241702D414B133011
Octal1014427055101113236021
Binary1000001100100101110101101100000110010111001111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412417; }

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

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

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

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

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

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

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

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