#41211A

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

Shades of Brown Pod #41211A

Tints of Brown Pod #41211A

Color information

#41211A (or 0x41211A) is unknown color: approx Brown Pod. HEX triplet: 41, 21 and 1A. RGB value is (65,33,26). Sum of RGB (Red+Green+Blue) = 65+33+26=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #41211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41211A is #BEDEE5. Grayscale: #292929. Windows color (decimal): -12508902 or 1712449. OLE color: 1712449.

HSL color Cylindrical-coordinate representation of color #41211A: hue angle of 10.77º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41211A is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB653326-
CMYK00.490.600.75
HSL10.77º42.86%17.84%-
HSV(B)10.77º60%25.49%-
XYZ2.912.291.27-
YUV41.77119.1144.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 26 (10.55% from 255) = 20.97%
R=52.42%
G=26.61%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65332600.490.600.7510.7742.8617.84
Hex41211A0313C4Bb2b12
Octal101413206174113135322
Binary10000011000011101001100011111001001011101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41211A; }

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

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

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

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

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

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

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

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