#401808

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

Shades of Brown Pod #401808

Tints of Brown Pod #401808

Color information

#401808 (or 0x401808) is unknown color: approx Brown Pod. HEX triplet: 40, 18 and 08. RGB value is (64,24,8). Sum of RGB (Red+Green+Blue) = 64+24+8=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #401808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401808 is #BFE7F7. Grayscale: #222222. Windows color (decimal): -12576760 or 530496. OLE color: 530496.

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

Color convert

RGB64248-
CMYK00.620.870.75
HSL17.14º77.78%14.12%-
HSV(B)17.14º87.5%25.1%-
XYZ2.481.760.44-
YUV34.14113.25149.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 66.67%
GREEN value IS 24 (9.77% from 255) = 25%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=66.67%
G=25%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6424800.620.870.7517.1477.7814.12
Hex4018803E574B114ee
Octal10030100761271132111616
Binary10000001100010000111110101011110010111000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401808; }

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

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

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

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

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

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

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

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