#41221F

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

Shades of Brown Pod #41221F

Tints of Brown Pod #41221F

Color information

#41221F (or 0x41221F) is unknown color: approx Brown Pod. HEX triplet: 41, 22 and 1F. RGB value is (65,34,31). Sum of RGB (Red+Green+Blue) = 65+34+31=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41221F is #BEDDE0. Grayscale: #2A2A2A. Windows color (decimal): -12508641 or 2040385. OLE color: 2040385.

HSL color Cylindrical-coordinate representation of color #41221F: hue angle of 5.29º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41221F is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB653431-
CMYK00.480.520.75
HSL5.29º35.42%18.82%-
HSV(B)5.29º52.31%25.49%-
XYZ32.371.6-
YUV42.93121.27143.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=50%
G=26.15%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65343100.480.520.755.2935.4218.82
Hex41221F030344B52313
Octal10142370606411354323
Binary1000001100010111110110000110100100101110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41221F; }

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

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

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

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

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

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

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

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