#41201C

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

Shades of Brown Pod #41201C

Tints of Brown Pod #41201C

Color information

#41201C (or 0x41201C) is unknown color: approx Brown Pod. HEX triplet: 41, 20 and 1C. RGB value is (65,32,28). Sum of RGB (Red+Green+Blue) = 65+32+28=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #41201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41201C is #BEDFE3. Grayscale: #292929. Windows color (decimal): -12509156 or 1843265. OLE color: 1843265.

HSL color Cylindrical-coordinate representation of color #41201C: hue angle of 6.49º 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 #41201C is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB653228-
CMYK00.510.570.75
HSL6.49º39.78%18.24%-
HSV(B)6.49º56.92%25.49%-
XYZ2.912.241.38-
YUV41.41120.43144.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=52%
G=25.6%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65322800.510.570.756.4939.7818.24
Hex41201C033394B62812
Octal10140340637111365022
Binary1000001100000111000110011111001100101111010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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