#411300

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

Shades of Brown Pod #411300

Tints of Brown Pod #411300

Color information

#411300 (or 0x411300) is unknown color: approx Brown Pod. HEX triplet: 41, 13 and 00. RGB value is (65,19,0). Sum of RGB (Red+Green+Blue) = 65+19+0=84 (11% of max value = 765). Red value is 65 (25.78% from 255 or 77.38% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 65 - color contains mainly: red. Hex color #411300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411300 is #BEECFF. Grayscale: #1E1E1E. Windows color (decimal): -12512512 or 4929. OLE color: 4929.

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

Color convert

RGB65190-
CMYK00.7110.75
HSL17.54º100%12.75%-
HSV(B)17.54º100%25.49%-
XYZ2.411.590.18-
YUV30.59110.74152.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 77.38%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.38%
G=22.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6519000.7110.7517.5410012.75
Hex41130047644B1264d
Octal10123001071441132214415
Binary100000110011001000111110010010010111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411300; }

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

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

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

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

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

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

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

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