Html Css Color HEX #402825 Livid Brown

📋 copy color: '#402825'

red 64 ◦ green 40 ◦ blue 37

#402825
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Livid Brown #402825

Tints of Livid Brown #402825

RGB

 RED value IS 64 (25.39% from 255) = 45.39%

 GREEN value IS 40 (16.02% from 255) = 28.37%

 BLUE value IS 37 (14.84% from 255) = 26.24%

R = 45.39%
G = 28.37%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#402825 (or 0x402825) is known color: Livid Brown. HEX triplet: 40, 28 and 25. RGB value is (64,40,37). Sum of RGB (Red+Green+Blue) = 64+40+37=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #402825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402825 is #BFD7DA. Grayscale: #2E2E2E. Windows color (decimal): -12572635 or 2435136. OLE color: 2435136.

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

Color convert

RGB 64 40 37 -
CMYK 0 0.38 0.42 0.75
HSL 6.67º 0.27% 0.2% -
HSV(B) 6.67º 0.42% 0.25% -
XYZ 3.21 2.74 2.11 -
YUV 46.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 64 40 37 0 0.38 0.42 0.75 6.67 0.27 0.2
Hex 40 28 25 0 26 2A 4B 7 1B 14
Octal 100 50 45 0 46 52 113 7 33 24
Binary 1000000 101000 100101 0 100110 101010 1001011 111 11011 10100

Color Harmonies of #402825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402825

Black with #402825

Text Example


Text Example

White with #402825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402825; }

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

 H1.HeaderClassName
 {
   color: #402825;
 }
 .AnyTagClassName
 {
   color: #402825;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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