#411B06

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

Shades of Brown Pod #411B06

Tints of Brown Pod #411B06

Color information

#411B06 (or 0x411B06) is unknown color: approx Brown Pod. HEX triplet: 41, 1B and 06. RGB value is (65,27,6). Sum of RGB (Red+Green+Blue) = 65+27+6=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #411B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B06 is #BEE4F9. Grayscale: #242424. Windows color (decimal): -12510458 or 400193. OLE color: 400193.

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

Color convert

RGB65276-
CMYK00.580.910.75
HSL21.36º83.1%13.92%-
HSV(B)21.36º90.77%25.49%-
XYZ2.61.920.41-
YUV35.97111.09148.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 66.33%
GREEN value IS 27 (10.94% from 255) = 27.55%
BLUE value IS 6 (2.73% from 255) = 6.12%
R=66.33%
G=27.55%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6527600.580.910.7521.3683.113.92
Hex411B603A5B4B1553e
Octal1013360721331132512316
Binary1000001110111100111010101101110010111010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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