#411F01

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

Shades of Brown Pod #411F01

Tints of Brown Pod #411F01

Color information

#411F01 (or 0x411F01) is unknown color: approx Brown Pod. HEX triplet: 41, 1F and 01. RGB value is (65,31,1). Sum of RGB (Red+Green+Blue) = 65+31+1=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #411F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F01 is #BEE0FE. Grayscale: #252525. Windows color (decimal): -12509439 or 73537. OLE color: 73537.

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

Color convert

RGB65311-
CMYK00.520.980.75
HSL28.12º96.97%12.94%-
HSV(B)28.12º98.46%25.49%-
XYZ2.682.110.29-
YUV37.75107.26147.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.01%
GREEN value IS 31 (12.5% from 255) = 31.96%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=67.01%
G=31.96%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6531100.520.980.7528.1296.9712.94
Hex411F1034624B1c61d
Octal1013710641421133414115
Binary10000011111110110100110001010010111110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,31,1); }

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

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

 a { background-color: rgb(65,31,1); }

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

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

 span { border-color: rgb(65,31,1); }

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