#411500

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

Shades of Brown Pod #411500

Tints of Brown Pod #411500

Color information

#411500 (or 0x411500) is unknown color: approx Brown Pod. HEX triplet: 41, 15 and 00. RGB value is (65,21,0). Sum of RGB (Red+Green+Blue) = 65+21+0=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #411500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411500 is #BEEAFF. Grayscale: #1F1F1F. Windows color (decimal): -12512000 or 5441. OLE color: 5441.

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

Color convert

RGB65210-
CMYK00.6810.75
HSL19.38º100%12.75%-
HSV(B)19.38º100%25.49%-
XYZ2.451.660.19-
YUV31.76110.08151.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 75.58%
GREEN value IS 21 (8.59% from 255) = 24.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.58%
G=24.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6521000.6810.7519.3810012.75
Hex41150044644B1364d
Octal10125001041441132314415
Binary100000110101001000100110010010010111001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411500; }

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

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

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

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

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

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

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

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