#411902

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

Shades of Brown Pod #411902

Tints of Brown Pod #411902

Color information

#411902 (or 0x411902) is unknown color: approx Brown Pod. HEX triplet: 41, 19 and 02. RGB value is (65,25,2). Sum of RGB (Red+Green+Blue) = 65+25+2=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #411902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411902 is #BEE6FD. Grayscale: #222222. Windows color (decimal): -12510974 or 137537. OLE color: 137537.

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

Color convert

RGB65252-
CMYK00.620.970.75
HSL21.9º94.03%13.14%-
HSV(B)21.9º96.92%25.49%-
XYZ2.541.820.28-
YUV34.34109.75149.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 70.65%
GREEN value IS 25 (10.16% from 255) = 27.17%
BLUE value IS 2 (1.17% from 255) = 2.17%
R=70.65%
G=27.17%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6525200.620.970.7521.994.0313.14
Hex4119203E614B165ed
Octal1013120761411132613615
Binary100000111001100111110110000110010111011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411902; }

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

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

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

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

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

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

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

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