#41221E

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

Shades of Brown Pod #41221E

Tints of Brown Pod #41221E

Color information

#41221E (or 0x41221E) is unknown color: approx Brown Pod. HEX triplet: 41, 22 and 1E. RGB value is (65,34,30). Sum of RGB (Red+Green+Blue) = 65+34+30=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41221E is #BEDDE1. Grayscale: #2A2A2A. Windows color (decimal): -12508642 or 1974849. OLE color: 1974849.

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

Color convert

RGB653430-
CMYK00.480.540.75
HSL6.86º36.84%18.63%-
HSV(B)6.86º53.85%25.49%-
XYZ2.992.361.53-
YUV42.81120.77143.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 34 (13.67% from 255) = 26.36%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=50.39%
G=26.36%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65343000.480.540.756.8636.8418.63
Hex41221E030364B72513
Octal10142360606611374523
Binary1000001100010111100110000110110100101111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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