#41241D

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

Shades of Brown Pod #41241D

Tints of Brown Pod #41241D

Color information

#41241D (or 0x41241D) is unknown color: approx Brown Pod. HEX triplet: 41, 24 and 1D. RGB value is (65,36,29). Sum of RGB (Red+Green+Blue) = 65+36+29=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41241D is #BEDBE2. Grayscale: #2B2B2B. Windows color (decimal): -12508131 or 1909825. OLE color: 1909825.

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

Color convert

RGB653629-
CMYK00.450.550.75
HSL11.67º38.3%18.43%-
HSV(B)11.67º55.38%25.49%-
XYZ3.032.471.48-
YUV43.87119.61143.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 29 (11.72% from 255) = 22.31%
R=50%
G=27.69%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65362900.450.550.7511.6738.318.43
Hex41241D02D374Bc2612
Octal101443505567113144622
Binary10000011001001110101011011101111001011110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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