#411A0C

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

Shades of Brown Pod #411A0C

Tints of Brown Pod #411A0C

Color information

#411A0C (or 0x411A0C) is unknown color: approx Brown Pod. HEX triplet: 41, 1A and 0C. RGB value is (65,26,12). Sum of RGB (Red+Green+Blue) = 65+26+12=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #411A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A0C is #BEE5F3. Grayscale: #242424. Windows color (decimal): -12510708 or 793153. OLE color: 793153.

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

Color convert

RGB652612-
CMYK00.600.820.75
HSL15.85º68.83%15.1%-
HSV(B)15.85º81.54%25.49%-
XYZ2.621.890.57-
YUV36.06114.42148.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.11%
GREEN value IS 26 (10.55% from 255) = 25.24%
BLUE value IS 12 (5.08% from 255) = 11.65%
R=63.11%
G=25.24%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65261200.600.820.7515.8568.8315.1
Hex411AC03C524B1045f
Octal10132140741221132010517
Binary10000011101011000111100101001010010111000010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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