#412220

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

Shades of Brown Pod #412220

Tints of Brown Pod #412220

Color information

#412220 (or 0x412220) is unknown color: approx Brown Pod. HEX triplet: 41, 22 and 20. RGB value is (65,34,32). Sum of RGB (Red+Green+Blue) = 65+34+32=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #412220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412220 is #BEDDDF. Grayscale: #2B2B2B. Windows color (decimal): -12508640 or 2105921. OLE color: 2105921.

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

Color convert

RGB653432-
CMYK00.480.510.75
HSL3.64º34.02%19.02%-
HSV(B)3.64º50.77%25.49%-
XYZ3.012.371.67-
YUV43.04121.77143.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.62%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 32 (12.89% from 255) = 24.43%
R=49.62%
G=25.95%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65343200.480.510.753.6434.0219.02
Hex412220030334B42213
Octal10142400606311344223
Binary10000011000101000000110000110011100101110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412220; }

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

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

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

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

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

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

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

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