#41241E

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

Shades of Brown Pod #41241E

Tints of Brown Pod #41241E

Color information

#41241E (or 0x41241E) is unknown color: approx Brown Pod. HEX triplet: 41, 24 and 1E. RGB value is (65,36,30). Sum of RGB (Red+Green+Blue) = 65+36+30=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41241E is #BEDBE1. Grayscale: #2C2C2C. Windows color (decimal): -12508130 or 1975361. OLE color: 1975361.

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

Color convert

RGB653630-
CMYK00.450.540.75
HSL10.29º36.84%18.63%-
HSV(B)10.29º53.85%25.49%-
XYZ3.052.481.55-
YUV43.99120.11142.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.62%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=49.62%
G=27.48%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65363000.450.540.7510.2936.8418.63
Hex41241E02D364Ba2513
Octal101443605566113124523
Binary10000011001001111001011011101101001011101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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