#411F1C

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

Shades of Brown Pod #411F1C

Tints of Brown Pod #411F1C

Color information

#411F1C (or 0x411F1C) is unknown color: approx Brown Pod. HEX triplet: 41, 1F and 1C. RGB value is (65,31,28). Sum of RGB (Red+Green+Blue) = 65+31+28=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #411F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F1C is #BEE0E3. Grayscale: #282828. Windows color (decimal): -12509412 or 1843009. OLE color: 1843009.

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

Color convert

RGB653128-
CMYK00.520.570.75
HSL4.86º39.78%18.24%-
HSV(B)4.86º56.92%25.49%-
XYZ2.882.191.37-
YUV40.82120.76145.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 31 (12.5% from 255) = 25%
BLUE value IS 28 (11.33% from 255) = 22.58%
R=52.42%
G=25%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65312800.520.570.754.8639.7818.24
Hex411F1C034394B52812
Octal10137340647111355022
Binary100000111111111000110100111001100101110110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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