#411A02

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

Shades of Brown Pod #411A02

Tints of Brown Pod #411A02

Color information

#411A02 (or 0x411A02) is unknown color: approx Brown Pod. HEX triplet: 41, 1A and 02. RGB value is (65,26,2). Sum of RGB (Red+Green+Blue) = 65+26+2=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #411A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A02 is #BEE5FD. Grayscale: #232323. Windows color (decimal): -12510718 or 137793. OLE color: 137793.

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

Color convert

RGB65262-
CMYK00.600.970.75
HSL22.86º94.03%13.14%-
HSV(B)22.86º96.92%25.49%-
XYZ2.561.870.28-
YUV34.92109.42149.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.89%
GREEN value IS 26 (10.55% from 255) = 27.96%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=69.89%
G=27.96%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6526200.600.970.7522.8694.0313.14
Hex411A203C614B175ed
Octal1013220741411132713615
Binary100000111010100111100110000110010111011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411A02; }

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

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

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

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

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

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

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

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