#41211E

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

Shades of Brown Pod #41211E

Tints of Brown Pod #41211E

Color information

#41211E (or 0x41211E) is unknown color: approx Brown Pod. HEX triplet: 41, 21 and 1E. RGB value is (65,33,30). Sum of RGB (Red+Green+Blue) = 65+33+30=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41211E is #BEDEE1. Grayscale: #2A2A2A. Windows color (decimal): -12508898 or 1974593. OLE color: 1974593.

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

Color convert

RGB653330-
CMYK00.490.540.75
HSL5.14º36.84%18.63%-
HSV(B)5.14º53.85%25.49%-
XYZ2.962.311.52-
YUV42.23121.1144.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 33 (13.28% from 255) = 25.78%
BLUE value IS 30 (12.11% from 255) = 23.44%
R=50.78%
G=25.78%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65333000.490.540.755.1436.8418.63
Hex41211E031364B52513
Octal10141360616611354523
Binary1000001100001111100110001110110100101110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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