#412017

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

Shades of Brown Pod #412017

Tints of Brown Pod #412017

Color information

#412017 (or 0x412017) is unknown color: approx Brown Pod. HEX triplet: 41, 20 and 17. RGB value is (65,32,23). Sum of RGB (Red+Green+Blue) = 65+32+23=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #412017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412017 is #BEDFE8. Grayscale: #282828. Windows color (decimal): -12509161 or 1515585. OLE color: 1515585.

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

Color convert

RGB653223-
CMYK00.510.650.75
HSL12.86º47.73%17.25%-
HSV(B)12.86º64.62%25.49%-
XYZ2.852.221.09-
YUV40.84117.93145.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 23 (9.38% from 255) = 19.17%
R=54.17%
G=26.67%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65322300.510.650.7512.8647.7317.25
Hex412017033414Bd3011
Octal1014027063101113156021
Binary100000110000010111011001110000011001011110111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412017; }

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

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

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

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

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

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

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

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