#412009

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

Shades of Brown Pod #412009

Tints of Brown Pod #412009

Color information

#412009 (or 0x412009) is unknown color: approx Brown Pod. HEX triplet: 41, 20 and 09. RGB value is (65,32,9). Sum of RGB (Red+Green+Blue) = 65+32+9=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #412009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412009 is #BEDFF6. Grayscale: #272727. Windows color (decimal): -12509175 or 598081. OLE color: 598081.

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

Color convert

RGB65329-
CMYK00.510.860.75
HSL24.64º75.68%14.51%-
HSV(B)24.64º86.15%25.49%-
XYZ2.752.180.53-
YUV39.24110.93146.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.32%
GREEN value IS 32 (12.89% from 255) = 30.19%
BLUE value IS 9 (3.91% from 255) = 8.49%
R=61.32%
G=30.19%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6532900.510.860.7524.6475.6814.51
Hex41209033564B194cf
Octal10140110631261133111417
Binary100000110000010010110011101011010010111100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412009; }

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

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

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

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

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

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

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

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