#412217

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

Shades of Brown Pod #412217

Tints of Brown Pod #412217

Color information

#412217 (or 0x412217) is unknown color: approx Brown Pod. HEX triplet: 41, 22 and 17. RGB value is (65,34,23). Sum of RGB (Red+Green+Blue) = 65+34+23=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #412217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412217 is #BEDDE8. Grayscale: #2A2A2A. Windows color (decimal): -12508649 or 1516097. OLE color: 1516097.

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

Color convert

RGB653423-
CMYK00.480.650.75
HSL15.71º47.73%17.25%-
HSV(B)15.71º64.62%25.49%-
XYZ2.912.331.11-
YUV42.02117.27144.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.28%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 23 (9.38% from 255) = 18.85%
R=53.28%
G=27.87%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65342300.480.650.7515.7147.7317.25
Hex412217030414B103011
Octal1014227060101113206021
Binary1000001100010101110110000100000110010111000011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412217; }

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

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

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

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

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

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

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

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