#411A0F

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

Shades of Brown Pod #411A0F

Tints of Brown Pod #411A0F

Color information

#411A0F (or 0x411A0F) is unknown color: approx Brown Pod. HEX triplet: 41, 1A and 0F. RGB value is (65,26,15). Sum of RGB (Red+Green+Blue) = 65+26+15=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #411A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A0F is #BEE5F0. Grayscale: #242424. Windows color (decimal): -12510705 or 989761. OLE color: 989761.

HSL color Cylindrical-coordinate representation of color #411A0F: hue angle of 13.2º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #411A0F is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB652615-
CMYK00.600.770.75
HSL13.2º62.5%15.69%-
HSV(B)13.2º76.92%25.49%-
XYZ2.641.90.68-
YUV36.41115.92148.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.32%
GREEN value IS 26 (10.55% from 255) = 24.53%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=61.32%
G=24.53%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65261500.600.770.7513.262.515.69
Hex411AF03C4D4Bd3e10
Octal1013217074115113157620
Binary1000001110101111011110010011011001011110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,26,15); }

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

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

 a { background-color: rgb(65,26,15); }

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

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

 span { border-color: rgb(65,26,15); }

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