#401805

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

Shades of Brown Pod #401805

Tints of Brown Pod #401805

Color information

#401805 (or 0x401805) is unknown color: approx Brown Pod. HEX triplet: 40, 18 and 05. RGB value is (64,24,5). Sum of RGB (Red+Green+Blue) = 64+24+5=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #401805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401805 is #BFE7FA. Grayscale: #212121. Windows color (decimal): -12576763 or 333888. OLE color: 333888.

HSL color Cylindrical-coordinate representation of color #401805: hue angle of 19.32º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #401805 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB64245-
CMYK00.620.920.75
HSL19.32º85.51%13.53%-
HSV(B)19.32º92.19%25.1%-
XYZ2.471.750.35-
YUV33.79111.75149.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.82%
GREEN value IS 24 (9.77% from 255) = 25.81%
BLUE value IS 5 (2.34% from 255) = 5.38%
R=68.82%
G=25.81%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6424500.620.920.7519.3285.5113.53
Hex4018503E5C4B1356e
Octal1003050761341132312616
Binary1000000110001010111110101110010010111001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401805; }

 p { color: rgb(64,24,5); }

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

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

 a { background-color: rgb(64,24,5); }

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

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

 span { border-color: rgb(64,24,5); }

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