#411202

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

Shades of Brown Pod #411202

Tints of Brown Pod #411202

Color information

#411202 (or 0x411202) is unknown color: approx Brown Pod. HEX triplet: 41, 12 and 02. RGB value is (65,18,2). Sum of RGB (Red+Green+Blue) = 65+18+2=85 (11% of max value = 765). Red value is 65 (25.78% from 255 or 76.47% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 65 - color contains mainly: red. Hex color #411202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411202 is #BEEDFD. Grayscale: #1E1E1E. Windows color (decimal): -12512766 or 135745. OLE color: 135745.

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

Color convert

RGB65182-
CMYK00.720.970.75
HSL15.24º94.03%13.14%-
HSV(B)15.24º96.92%25.49%-
XYZ2.411.560.23-
YUV30.23112.07152.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 76.47%
GREEN value IS 18 (7.42% from 255) = 21.18%
BLUE value IS 2 (1.17% from 255) = 2.35%
R=76.47%
G=21.18%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6518200.720.970.7515.2494.0313.14
Hex41122048614Bf5ed
Octal10122201101411131713615
Binary100000110010100100100011000011001011111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411202; }

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

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

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

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

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

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

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

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