#411B0F

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

Shades of Brown Pod #411B0F

Tints of Brown Pod #411B0F

Color information

#411B0F (or 0x411B0F) is unknown color: approx Brown Pod. HEX triplet: 41, 1B and 0F. RGB value is (65,27,15). Sum of RGB (Red+Green+Blue) = 65+27+15=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #411B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B0F is #BEE4F0. Grayscale: #252525. Windows color (decimal): -12510449 or 990017. OLE color: 990017.

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

Color convert

RGB652715-
CMYK00.580.770.75
HSL14.4º62.5%15.69%-
HSV(B)14.4º76.92%25.49%-
XYZ2.661.940.69-
YUV36.99115.59147.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 27 (10.94% from 255) = 25.23%
BLUE value IS 15 (6.25% from 255) = 14.02%
R=60.75%
G=25.23%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65271500.580.770.7514.462.515.69
Hex411BF03A4D4Be3e10
Octal1013317072115113167620
Binary1000001110111111011101010011011001011111011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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