#411501

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

Shades of Brown Pod #411501

Tints of Brown Pod #411501

Color information

#411501 (or 0x411501) is unknown color: approx Brown Pod. HEX triplet: 41, 15 and 01. RGB value is (65,21,1). Sum of RGB (Red+Green+Blue) = 65+21+1=87 (11% of max value = 765). Red value is 65 (25.78% from 255 or 74.71% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 65 - color contains mainly: red. Hex color #411501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411501 is #BEEAFE. Grayscale: #202020. Windows color (decimal): -12511999 or 70977. OLE color: 70977.

HSL color Cylindrical-coordinate representation of color #411501: hue angle of 18.75º 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 #411501 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB65211-
CMYK00.680.980.75
HSL18.75º96.97%12.94%-
HSV(B)18.75º98.46%25.49%-
XYZ2.451.660.22-
YUV31.88110.58151.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 74.71%
GREEN value IS 21 (8.59% from 255) = 24.14%
BLUE value IS 1 (0.78% from 255) = 1.15%
R=74.71%
G=24.14%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6521100.680.980.7518.7596.9712.94
Hex41151044624B1361d
Octal10125101041421132314115
Binary100000110101101000100110001010010111001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411501; }

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

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

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

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

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

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

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

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