#411402

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

Shades of Brown Pod #411402

Tints of Brown Pod #411402

Color information

#411402 (or 0x411402) is unknown color: approx Brown Pod. HEX triplet: 41, 14 and 02. RGB value is (65,20,2). Sum of RGB (Red+Green+Blue) = 65+20+2=87 (11% of max value = 765). Red value is 65 (25.78% from 255 or 74.71% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 65 - color contains mainly: red. Hex color #411402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411402 is #BEEBFD. Grayscale: #1F1F1F. Windows color (decimal): -12512254 or 136257. OLE color: 136257.

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

Color convert

RGB65202-
CMYK00.690.970.75
HSL17.14º94.03%13.14%-
HSV(B)17.14º96.92%25.49%-
XYZ2.441.630.24-
YUV31.4111.41151.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 74.71%
GREEN value IS 20 (8.20% from 255) = 22.99%
BLUE value IS 2 (1.17% from 255) = 2.30%
R=74.71%
G=22.99%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6520200.690.970.7517.1494.0313.14
Hex41142045614B115ed
Octal10124201051411132113615
Binary1000001101001001000101110000110010111000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411402; }

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

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

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

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

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

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

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

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