#412109

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

Shades of Brown Pod #412109

Tints of Brown Pod #412109

Color information

#412109 (or 0x412109) is unknown color: approx Brown Pod. HEX triplet: 41, 21 and 09. RGB value is (65,33,9). Sum of RGB (Red+Green+Blue) = 65+33+9=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #412109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412109 is #BEDEF6. Grayscale: #272727. Windows color (decimal): -12508919 or 598337. OLE color: 598337.

HSL color Cylindrical-coordinate representation of color #412109: hue angle of 25.71º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #412109 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB65339-
CMYK00.490.860.75
HSL25.71º75.68%14.51%-
HSV(B)25.71º86.15%25.49%-
XYZ2.772.230.54-
YUV39.83110.6145.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=60.75%
G=30.84%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6533900.490.860.7525.7175.6814.51
Hex41219031564B1a4cf
Octal10141110611261133211417
Binary100000110000110010110001101011010010111101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412109; }

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

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

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

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

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

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

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

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