#41211D

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

Shades of Brown Pod #41211D

Tints of Brown Pod #41211D

Color information

#41211D (or 0x41211D) is unknown color: approx Brown Pod. HEX triplet: 41, 21 and 1D. RGB value is (65,33,29). Sum of RGB (Red+Green+Blue) = 65+33+29=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41211D is #BEDEE2. Grayscale: #2A2A2A. Windows color (decimal): -12508899 or 1909057. OLE color: 1909057.

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

Color convert

RGB653329-
CMYK00.490.550.75
HSL6.67º38.3%18.43%-
HSV(B)6.67º55.38%25.49%-
XYZ2.952.31.45-
YUV42.11120.6144.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 33 (13.28% from 255) = 25.98%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=51.18%
G=25.98%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65332900.490.550.756.6738.318.43
Hex41211D031374B72612
Octal10141350616711374622
Binary1000001100001111010110001110111100101111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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