#402826

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

Shades of Livid Brown #402826

Tints of Livid Brown #402826

Color information

#402826 (or 0x402826) is unknown color: approx Livid Brown. HEX triplet: 40, 28 and 26. RGB value is (64,40,38). Sum of RGB (Red+Green+Blue) = 64+40+38=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #402826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402826 is #BFD7D9. Grayscale: #2E2E2E. Windows color (decimal): -12572634 or 2500672. OLE color: 2500672.

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

Color convert

RGB644038-
CMYK00.380.410.75
HSL4.62º25.49%20%-
HSV(B)4.62º40.62%25.1%-
XYZ3.222.752.19-
YUV46.95122.95140.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 40 (16.02% from 255) = 28.17%
BLUE value IS 38 (15.23% from 255) = 26.76%
R=45.07%
G=28.17%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64403800.380.410.754.6225.4920
Hex402826026294B51914
Octal10050460465111353124
Binary1000000101000100110010011010100110010111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402826; }

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

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

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

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

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

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

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

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