#411502

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

Shades of Brown Pod #411502

Tints of Brown Pod #411502

Color information

#411502 (or 0x411502) is unknown color: approx Brown Pod. HEX triplet: 41, 15 and 02. RGB value is (65,21,2). Sum of RGB (Red+Green+Blue) = 65+21+2=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #411502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411502 is #BEEAFD. Grayscale: #202020. Windows color (decimal): -12511998 or 136513. OLE color: 136513.

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

Color convert

RGB65212-
CMYK00.680.970.75
HSL18.1º94.03%13.14%-
HSV(B)18.1º96.92%25.49%-
XYZ2.461.660.25-
YUV31.99111.08151.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 73.86%
GREEN value IS 21 (8.59% from 255) = 23.86%
BLUE value IS 2 (1.17% from 255) = 2.27%
R=73.86%
G=23.86%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6521200.680.970.7518.194.0313.14
Hex41152044614B125ed
Octal10125201041411132213615
Binary1000001101011001000100110000110010111001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411502; }

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

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

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

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

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

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

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

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