#411400

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

Shades of Brown Pod #411400

Tints of Brown Pod #411400

Color information

#411400 (or 0x411400) is unknown color: approx Brown Pod. HEX triplet: 41, 14 and 00. RGB value is (65,20,0). Sum of RGB (Red+Green+Blue) = 65+20+0=85 (11% of max value = 765). Red value is 65 (25.78% from 255 or 76.47% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 65 - color contains mainly: red. Hex color #411400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411400 is #BEEBFF. Grayscale: #1F1F1F. Windows color (decimal): -12512256 or 5185. OLE color: 5185.

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

Color convert

RGB65200-
CMYK00.6910.75
HSL18.46º100%12.75%-
HSV(B)18.46º100%25.49%-
XYZ2.431.620.19-
YUV31.17110.41152.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 76.47%
GREEN value IS 20 (8.20% from 255) = 23.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.47%
G=23.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6520000.6910.7518.4610012.75
Hex41140045644B1264d
Octal10124001051441132214415
Binary100000110100001000101110010010010111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411400; }

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

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

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

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

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

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

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

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