#411401

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

Shades of Brown Pod #411401

Tints of Brown Pod #411401

Color information

#411401 (or 0x411401) is unknown color: approx Brown Pod. HEX triplet: 41, 14 and 01. RGB value is (65,20,1). Sum of RGB (Red+Green+Blue) = 65+20+1=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #411401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411401 is #BEEBFE. Grayscale: #1F1F1F. Windows color (decimal): -12512255 or 70721. OLE color: 70721.

HSL color Cylindrical-coordinate representation of color #411401: hue angle of 17.81º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #411401 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB65201-
CMYK00.690.980.75
HSL17.81º96.97%12.94%-
HSV(B)17.81º98.46%25.49%-
XYZ2.441.630.21-
YUV31.29110.91152.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 75.58%
GREEN value IS 20 (8.20% from 255) = 23.26%
BLUE value IS 1 (0.78% from 255) = 1.16%
R=75.58%
G=23.26%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6520100.690.980.7517.8196.9712.94
Hex41141045624B1261d
Octal10124101051421132214115
Binary100000110100101000101110001010010111001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411401; }

 p { color: rgb(65,20,1); }

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

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

 a { background-color: rgb(65,20,1); }

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

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

 span { border-color: rgb(65,20,1); }

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