#41201A

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

Shades of Brown Pod #41201A

Tints of Brown Pod #41201A

Color information

#41201A (or 0x41201A) is unknown color: approx Brown Pod. HEX triplet: 41, 20 and 1A. RGB value is (65,32,26). Sum of RGB (Red+Green+Blue) = 65+32+26=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #41201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41201A is #BEDFE5. Grayscale: #292929. Windows color (decimal): -12509158 or 1712193. OLE color: 1712193.

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

Color convert

RGB653226-
CMYK00.510.600.75
HSL9.23º42.86%17.84%-
HSV(B)9.23º60%25.49%-
XYZ2.882.231.26-
YUV41.18119.43144.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 26 (10.55% from 255) = 21.14%
R=52.85%
G=26.02%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65322600.510.600.759.2342.8617.84
Hex41201A0333C4B92b12
Octal101403206374113115322
Binary10000011000001101001100111111001001011100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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