#411A03

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

Shades of Brown Pod #411A03

Tints of Brown Pod #411A03

Color information

#411A03 (or 0x411A03) is unknown color: approx Brown Pod. HEX triplet: 41, 1A and 03. RGB value is (65,26,3). Sum of RGB (Red+Green+Blue) = 65+26+3=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #411A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A03 is #BEE5FC. Grayscale: #232323. Windows color (decimal): -12510717 or 203329. OLE color: 203329.

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

Color convert

RGB65263-
CMYK00.600.950.75
HSL22.26º91.18%13.33%-
HSV(B)22.26º95.38%25.49%-
XYZ2.571.870.31-
YUV35.04109.92149.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.15%
GREEN value IS 26 (10.55% from 255) = 27.66%
BLUE value IS 3 (1.56% from 255) = 3.19%
R=69.15%
G=27.66%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6526300.600.950.7522.2691.1813.33
Hex411A303C5F4B165bd
Octal1013230741371132613315
Binary100000111010110111100101111110010111011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,26,3); }

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

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

 a { background-color: rgb(65,26,3); }

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

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

 span { border-color: rgb(65,26,3); }

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