#412620

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

Shades of Brown Pod #412620

Tints of Brown Pod #412620

Color information

#412620 (or 0x412620) is unknown color: approx Brown Pod. HEX triplet: 41, 26 and 20. RGB value is (65,38,32). Sum of RGB (Red+Green+Blue) = 65+38+32=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #412620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412620 is #BED9DF. Grayscale: #2D2D2D. Windows color (decimal): -12507616 or 2106945. OLE color: 2106945.

HSL color Cylindrical-coordinate representation of color #412620: hue angle of 10.91º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412620 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB653832-
CMYK00.420.510.75
HSL10.91º34.02%19.02%-
HSV(B)10.91º50.77%25.49%-
XYZ3.132.611.71-
YUV45.39120.45141.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=48.15%
G=28.15%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65383200.420.510.7510.9134.0219.02
Hex41262002A334Bb2213
Octal101464005263113134223
Binary100000110011010000001010101100111001011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412620; }

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

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

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

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

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

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

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

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