#411F02

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

Shades of Brown Pod #411F02

Tints of Brown Pod #411F02

Color information

#411F02 (or 0x411F02) is unknown color: approx Brown Pod. HEX triplet: 41, 1F and 02. RGB value is (65,31,2). Sum of RGB (Red+Green+Blue) = 65+31+2=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #411F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F02 is #BEE0FD. Grayscale: #262626. Windows color (decimal): -12509438 or 139073. OLE color: 139073.

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

Color convert

RGB65312-
CMYK00.520.970.75
HSL27.62º94.03%13.14%-
HSV(B)27.62º96.92%25.49%-
XYZ2.682.110.32-
YUV37.86107.76147.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 66.33%
GREEN value IS 31 (12.5% from 255) = 31.63%
BLUE value IS 2 (1.17% from 255) = 2.04%
R=66.33%
G=31.63%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6531200.520.970.7527.6294.0313.14
Hex411F2034614B1c5ed
Octal1013720641411133413615
Binary100000111111100110100110000110010111110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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