#411600

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

Shades of Brown Pod #411600

Tints of Brown Pod #411600

Color information

#411600 (or 0x411600) is unknown color: approx Brown Pod. HEX triplet: 41, 16 and 00. RGB value is (65,22,0). Sum of RGB (Red+Green+Blue) = 65+22+0=87 (11% of max value = 765). Red value is 65 (25.78% from 255 or 74.71% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 65 - color contains mainly: red. Hex color #411600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411600 is #BEE9FF. Grayscale: #202020. Windows color (decimal): -12511744 or 5697. OLE color: 5697.

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

Color convert

RGB65220-
CMYK00.6610.75
HSL20.31º100%12.75%-
HSV(B)20.31º100%25.49%-
XYZ2.471.70.2-
YUV32.35109.75151.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 74.71%
GREEN value IS 22 (8.98% from 255) = 25.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.71%
G=25.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6522000.6610.7520.3110012.75
Hex41160042644B1464d
Octal10126001021441132414415
Binary100000110110001000010110010010010111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411600; }

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

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

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

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

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

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

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

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