#411F1D

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

Shades of Brown Pod #411F1D

Tints of Brown Pod #411F1D

Color information

#411F1D (or 0x411F1D) is unknown color: approx Brown Pod. HEX triplet: 41, 1F and 1D. RGB value is (65,31,29). Sum of RGB (Red+Green+Blue) = 65+31+29=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #411F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F1D is #BEE0E2. Grayscale: #282828. Windows color (decimal): -12509411 or 1908545. OLE color: 1908545.

HSL color Cylindrical-coordinate representation of color #411F1D: hue angle of 3.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #411F1D is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB653129-
CMYK00.520.550.75
HSL3.33º38.3%18.43%-
HSV(B)3.33º55.38%25.49%-
XYZ2.892.191.43-
YUV40.94121.26145.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 31 (12.5% from 255) = 24.8%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=52%
G=24.8%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65312900.520.550.753.3338.318.43
Hex411F1D034374B32612
Octal10137350646711334622
Binary10000011111111101011010011011110010111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,31,29); }

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

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

 a { background-color: rgb(65,31,29); }

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

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

 span { border-color: rgb(65,31,29); }

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