#411803

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

Shades of Brown Pod #411803

Tints of Brown Pod #411803

Color information

#411803 (or 0x411803) is unknown color: approx Brown Pod. HEX triplet: 41, 18 and 03. RGB value is (65,24,3). Sum of RGB (Red+Green+Blue) = 65+24+3=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #411803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411803 is #BEE7FC. Grayscale: #212121. Windows color (decimal): -12511229 or 202817. OLE color: 202817.

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

Color convert

RGB65243-
CMYK00.630.950.75
HSL20.32º91.18%13.33%-
HSV(B)20.32º95.38%25.49%-
XYZ2.521.780.3-
YUV33.86110.58150.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 70.65%
GREEN value IS 24 (9.77% from 255) = 26.09%
BLUE value IS 3 (1.56% from 255) = 3.26%
R=70.65%
G=26.09%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6524300.630.950.7520.3291.1813.33
Hex4118303F5F4B145bd
Octal1013030771371132413315
Binary100000111000110111111101111110010111010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411803; }

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

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

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

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

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

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

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

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