#41241C

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

Shades of Brown Pod #41241C

Tints of Brown Pod #41241C

Color information

#41241C (or 0x41241C) is unknown color: approx Brown Pod. HEX triplet: 41, 24 and 1C. RGB value is (65,36,28). Sum of RGB (Red+Green+Blue) = 65+36+28=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41241C is #BEDBE3. Grayscale: #2B2B2B. Windows color (decimal): -12508132 or 1844289. OLE color: 1844289.

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

Color convert

RGB653628-
CMYK00.450.570.75
HSL12.97º39.78%18.24%-
HSV(B)12.97º56.92%25.49%-
XYZ3.022.471.42-
YUV43.76119.11143.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 28 (11.33% from 255) = 21.71%
R=50.39%
G=27.91%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65362800.450.570.7512.9739.7818.24
Hex41241C02D394Bd2812
Octal101443405571113155022
Binary10000011001001110001011011110011001011110110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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