#41241A

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

Shades of Brown Pod #41241A

Tints of Brown Pod #41241A

Color information

#41241A (or 0x41241A) is unknown color: approx Brown Pod. HEX triplet: 41, 24 and 1A. RGB value is (65,36,26). Sum of RGB (Red+Green+Blue) = 65+36+26=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41241A is #BEDBE5. Grayscale: #2B2B2B. Windows color (decimal): -12508134 or 1713217. OLE color: 1713217.

HSL color Cylindrical-coordinate representation of color #41241A: hue angle of 15.38º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41241A is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB653626-
CMYK00.450.600.75
HSL15.38º42.86%17.84%-
HSV(B)15.38º60%25.49%-
XYZ32.461.29-
YUV43.53118.11143.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 36 (14.45% from 255) = 28.35%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=51.18%
G=28.35%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65362600.450.600.7515.3842.8617.84
Hex41241A02D3C4Bf2b12
Octal101443205574113175322
Binary10000011001001101001011011111001001011111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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