#411D00

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

Shades of Brown Pod #411D00

Tints of Brown Pod #411D00

Color information

#411D00 (or 0x411D00) is unknown color: approx Brown Pod. HEX triplet: 41, 1D and 00. RGB value is (65,29,0). Sum of RGB (Red+Green+Blue) = 65+29+0=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #411D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D00 is #BEE2FF. Grayscale: #242424. Windows color (decimal): -12509952 or 7489. OLE color: 7489.

HSL color Cylindrical-coordinate representation of color #411D00: hue angle of 26.77º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #411D00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB65290-
CMYK00.5510.75
HSL26.77º100%12.75%-
HSV(B)26.77º100%25.49%-
XYZ2.6220.25-
YUV36.46107.43148.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.15%
GREEN value IS 29 (11.72% from 255) = 30.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.15%
G=30.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6529000.5510.7526.7710012.75
Hex411D0037644B1b64d
Octal1013500671441133314415
Binary10000011110100110111110010010010111101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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