#411B02

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

Shades of Brown Pod #411B02

Tints of Brown Pod #411B02

Color information

#411B02 (or 0x411B02) is unknown color: approx Brown Pod. HEX triplet: 41, 1B and 02. RGB value is (65,27,2). Sum of RGB (Red+Green+Blue) = 65+27+2=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #411B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B02 is #BEE4FD. Grayscale: #232323. Windows color (decimal): -12510462 or 138049. OLE color: 138049.

HSL color Cylindrical-coordinate representation of color #411B02: hue angle of 23.81º 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 #411B02 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB65272-
CMYK00.580.970.75
HSL23.81º94.03%13.14%-
HSV(B)23.81º96.92%25.49%-
XYZ2.581.910.29-
YUV35.51109.09149.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.15%
GREEN value IS 27 (10.94% from 255) = 28.72%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=69.15%
G=28.72%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6527200.580.970.7523.8194.0313.14
Hex411B203A614B185ed
Octal1013320721411133013615
Binary100000111011100111010110000110010111100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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