#411E1B

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

Shades of Brown Pod #411E1B

Tints of Brown Pod #411E1B

Color information

#411E1B (or 0x411E1B) is unknown color: approx Brown Pod. HEX triplet: 41, 1E and 1B. RGB value is (65,30,27). Sum of RGB (Red+Green+Blue) = 65+30+27=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #411E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E1B is #BEE1E4. Grayscale: #282828. Windows color (decimal): -12509669 or 1777217. OLE color: 1777217.

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

Color convert

RGB653027-
CMYK00.540.580.75
HSL4.74º41.3%18.04%-
HSV(B)4.74º58.46%25.49%-
XYZ2.842.131.3-
YUV40.12120.6145.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.28%
GREEN value IS 30 (12.11% from 255) = 24.59%
BLUE value IS 27 (10.94% from 255) = 22.13%
R=53.28%
G=24.59%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65302700.540.580.754.7441.318.04
Hex411E1B0363A4B52912
Octal10136330667211355122
Binary100000111110110110110110111010100101110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411E1B; }

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

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

<style>
 a { background-color: #411E1B; }

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

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

<style>
 span { border-color: #411E1B; }

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

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