#411D02

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

Shades of Brown Pod #411D02

Tints of Brown Pod #411D02

Color information

#411D02 (or 0x411D02) is unknown color: approx Brown Pod. HEX triplet: 41, 1D and 02. RGB value is (65,29,2). Sum of RGB (Red+Green+Blue) = 65+29+2=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #411D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D02 is #BEE2FD. Grayscale: #242424. Windows color (decimal): -12509950 or 138561. OLE color: 138561.

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

Color convert

RGB65292-
CMYK00.550.970.75
HSL25.71º94.03%13.14%-
HSV(B)25.71º96.92%25.49%-
XYZ2.632.010.31-
YUV36.69108.43148.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.71%
GREEN value IS 29 (11.72% from 255) = 30.21%
BLUE value IS 2 (1.17% from 255) = 2.08%
R=67.71%
G=30.21%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6529200.550.970.7525.7194.0313.14
Hex411D2037614B1a5ed
Octal1013520671411133213615
Binary100000111101100110111110000110010111101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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