#41211C

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

Shades of Brown Pod #41211C

Tints of Brown Pod #41211C

Color information

#41211C (or 0x41211C) is unknown color: approx Brown Pod. HEX triplet: 41, 21 and 1C. RGB value is (65,33,28). Sum of RGB (Red+Green+Blue) = 65+33+28=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #41211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41211C is #BEDEE3. Grayscale: #2A2A2A. Windows color (decimal): -12508900 or 1843521. OLE color: 1843521.

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

Color convert

RGB653328-
CMYK00.490.570.75
HSL8.11º39.78%18.24%-
HSV(B)8.11º56.92%25.49%-
XYZ2.932.31.39-
YUV42120.1144.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 28 (11.33% from 255) = 22.22%
R=51.59%
G=26.19%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65332800.490.570.758.1139.7818.24
Hex41211C031394B82812
Octal101413406171113105022
Binary10000011000011110001100011110011001011100010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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