#411B0B

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

Shades of Brown Pod #411B0B

Tints of Brown Pod #411B0B

Color information

#411B0B (or 0x411B0B) is unknown color: approx Brown Pod. HEX triplet: 41, 1B and 0B. RGB value is (65,27,11). Sum of RGB (Red+Green+Blue) = 65+27+11=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #411B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B0B is #BEE4F4. Grayscale: #242424. Windows color (decimal): -12510453 or 727873. OLE color: 727873.

HSL color Cylindrical-coordinate representation of color #411B0B: hue angle of 17.78º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411B0B is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB652711-
CMYK00.580.830.75
HSL17.78º71.05%14.9%-
HSV(B)17.78º83.08%25.49%-
XYZ2.631.930.55-
YUV36.54113.59148.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.11%
GREEN value IS 27 (10.94% from 255) = 26.21%
BLUE value IS 11 (4.69% from 255) = 10.68%
R=63.11%
G=26.21%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65271100.580.830.7517.7871.0514.9
Hex411BB03A534B1247f
Octal10133130721231132210717
Binary10000011101110110111010101001110010111001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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