#401908

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

Shades of Brown Pod #401908

Tints of Brown Pod #401908

Color information

#401908 (or 0x401908) is unknown color: approx Brown Pod. HEX triplet: 40, 19 and 08. RGB value is (64,25,8). Sum of RGB (Red+Green+Blue) = 64+25+8=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #401908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401908 is #BFE6F7. Grayscale: #222222. Windows color (decimal): -12576504 or 530752. OLE color: 530752.

HSL color Cylindrical-coordinate representation of color #401908: hue angle of 18.21º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401908 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB64258-
CMYK00.610.870.75
HSL18.21º77.78%14.12%-
HSV(B)18.21º87.5%25.1%-
XYZ2.511.80.45-
YUV34.72112.92148.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.98%
GREEN value IS 25 (10.16% from 255) = 25.77%
BLUE value IS 8 (3.52% from 255) = 8.25%
R=65.98%
G=25.77%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6425800.610.870.7518.2177.7814.12
Hex4019803D574B124ee
Octal10031100751271132211616
Binary10000001100110000111101101011110010111001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401908; }

 p { color: rgb(64,25,8); }

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

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

 a { background-color: rgb(64,25,8); }

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

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

 span { border-color: rgb(64,25,8); }

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