#41201B

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

Shades of Brown Pod #41201B

Tints of Brown Pod #41201B

Color information

#41201B (or 0x41201B) is unknown color: approx Brown Pod. HEX triplet: 41, 20 and 1B. RGB value is (65,32,27). Sum of RGB (Red+Green+Blue) = 65+32+27=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #41201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41201B is #BEDFE4. Grayscale: #292929. Windows color (decimal): -12509157 or 1777729. OLE color: 1777729.

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

Color convert

RGB653227-
CMYK00.510.580.75
HSL7.89º41.3%18.04%-
HSV(B)7.89º58.46%25.49%-
XYZ2.892.241.32-
YUV41.3119.93144.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=52.42%
G=25.81%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65322700.510.580.757.8941.318.04
Hex41201B0333A4B82912
Octal101403306372113105122
Binary10000011000001101101100111110101001011100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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