#41241B

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

Shades of Brown Pod #41241B

Tints of Brown Pod #41241B

Color information

#41241B (or 0x41241B) is unknown color: approx Brown Pod. HEX triplet: 41, 24 and 1B. RGB value is (65,36,27). Sum of RGB (Red+Green+Blue) = 65+36+27=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41241B is #BEDBE4. Grayscale: #2B2B2B. Windows color (decimal): -12508133 or 1778753. OLE color: 1778753.

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

Color convert

RGB653627-
CMYK00.450.580.75
HSL14.21º41.3%18.04%-
HSV(B)14.21º58.46%25.49%-
XYZ3.012.461.35-
YUV43.64118.61143.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=50.78%
G=28.12%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65362700.450.580.7514.2141.318.04
Hex41241B02D3A4Be2912
Octal101443305572113165122
Binary10000011001001101101011011110101001011111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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