#401508

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

Shades of Brown Pod #401508

Tints of Brown Pod #401508

Color information

#401508 (or 0x401508) is unknown color: approx Brown Pod. HEX triplet: 40, 15 and 08. RGB value is (64,21,8). Sum of RGB (Red+Green+Blue) = 64+21+8=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #401508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401508 is #BFEAF7. Grayscale: #202020. Windows color (decimal): -12577528 or 529728. OLE color: 529728.

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

Color convert

RGB64218-
CMYK00.670.870.75
HSL13.93º77.78%14.12%-
HSV(B)13.93º87.5%25.1%-
XYZ2.431.640.42-
YUV32.38114.25150.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.82%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 8 (3.52% from 255) = 8.60%
R=68.82%
G=22.58%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6421800.670.870.7513.9377.7814.12
Hex40158043574Be4ee
Octal100251001031271131611616
Binary10000001010110000100001110101111001011111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401508; }

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

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

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

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

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

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

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

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