#411B0C

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

Shades of Brown Pod #411B0C

Tints of Brown Pod #411B0C

Color information

#411B0C (or 0x411B0C) is unknown color: approx Brown Pod. HEX triplet: 41, 1B and 0C. RGB value is (65,27,12). Sum of RGB (Red+Green+Blue) = 65+27+12=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #411B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B0C is #BEE4F3. Grayscale: #242424. Windows color (decimal): -12510452 or 793409. OLE color: 793409.

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

Color convert

RGB652712-
CMYK00.580.820.75
HSL16.98º68.83%15.1%-
HSV(B)16.98º81.54%25.49%-
XYZ2.641.930.58-
YUV36.65114.09148.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 62.5%
GREEN value IS 27 (10.94% from 255) = 25.96%
BLUE value IS 12 (5.08% from 255) = 11.54%
R=62.5%
G=25.96%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65271200.580.820.7516.9868.8315.1
Hex411BC03A524B1145f
Octal10133140721221132110517
Binary10000011101111000111010101001010010111000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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