#412209

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

Shades of Brown Pod #412209

Tints of Brown Pod #412209

Color information

#412209 (or 0x412209) is unknown color: approx Brown Pod. HEX triplet: 41, 22 and 09. RGB value is (65,34,9). Sum of RGB (Red+Green+Blue) = 65+34+9=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #412209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412209 is #BEDDF6. Grayscale: #282828. Windows color (decimal): -12508663 or 598593. OLE color: 598593.

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

Color convert

RGB65349-
CMYK00.480.860.75
HSL26.79º75.68%14.51%-
HSV(B)26.79º86.15%25.49%-
XYZ2.82.290.55-
YUV40.42110.27145.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.19%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 9 (3.91% from 255) = 8.33%
R=60.19%
G=31.48%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6534900.480.860.7526.7975.6814.51
Hex41229030564B1b4cf
Octal10142110601261133311417
Binary100000110001010010110000101011010010111101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412209; }

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

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

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

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

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

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

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

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