#402624

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

Shades of Livid Brown #402624

Tints of Livid Brown #402624

Color information

#402624 (or 0x402624) is unknown color: approx Livid Brown. HEX triplet: 40, 26 and 24. RGB value is (64,38,36). Sum of RGB (Red+Green+Blue) = 64+38+36=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #402624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402624 is #BFD9DB. Grayscale: #2D2D2D. Windows color (decimal): -12573148 or 2369088. OLE color: 2369088.

HSL color Cylindrical-coordinate representation of color #402624: hue angle of 4.29º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #402624 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB643836-
CMYK00.410.440.75
HSL4.29º28%19.61%-
HSV(B)4.29º43.75%25.1%-
XYZ3.132.62.01-
YUV45.55122.61141.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 38 (15.23% from 255) = 27.54%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=46.38%
G=27.54%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64383600.410.440.754.292819.61
Hex4026240292C4B41c14
Octal10046440515411343424
Binary1000000100110100100010100110110010010111001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402624; }

 p { color: rgb(64,38,36); }

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

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

 a { background-color: rgb(64,38,36); }

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

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

 span { border-color: rgb(64,38,36); }

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