#411A13

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

Shades of Brown Pod #411A13

Tints of Brown Pod #411A13

Color information

#411A13 (or 0x411A13) is unknown color: approx Brown Pod. HEX triplet: 41, 1A and 13. RGB value is (65,26,19). Sum of RGB (Red+Green+Blue) = 65+26+19=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #411A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A13 is #BEE5EC. Grayscale: #242424. Windows color (decimal): -12510701 or 1251905. OLE color: 1251905.

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

Color convert

RGB652619-
CMYK00.600.710.75
HSL9.13º54.76%16.47%-
HSV(B)9.13º70.77%25.49%-
XYZ2.671.910.84-
YUV36.86117.92148.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.09%
GREEN value IS 26 (10.55% from 255) = 23.64%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=59.09%
G=23.64%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65261900.600.710.759.1354.7616.47
Hex411A1303C474B93710
Octal1013223074107113116720
Binary10000011101010011011110010001111001011100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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