Html Css Color HEX #402919 Bistre

📋 copy color: '#402919'

red 64 ◦ green 41 ◦ blue 25

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

Shades of Bistre #402919

Tints of Bistre #402919

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.54%

 BLUE value IS 25 (10.16% from 255) = 19.23%

R = 49.23%
G = 31.54%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#402919 (or 0x402919) is known color: Bistre. HEX triplet: 40, 29 and 19. RGB value is (64,41,25). Sum of RGB (Red+Green+Blue) = 64+41+25=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #402919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402919 is #BFD6E6. Grayscale: #2E2E2E. Windows color (decimal): -12572391 or 1648960. OLE color: 1648960.

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

Color convert

RGB 64 41 25 -
CMYK 0 0.36 0.61 0.75
HSL 24.62º 0.44% 0.17% -
HSV(B) 24.62º 0.61% 0.25% -
XYZ 3.08 2.75 1.29 -
YUV 46.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 64 41 25 0 0.36 0.61 0.75 24.62 0.44 0.17
Hex 40 29 19 0 24 3D 4B 19 2C 11
Octal 100 51 31 0 44 75 113 31 54 21
Binary 1000000 101001 11001 0 100100 111101 1001011 11001 101100 10001

Color Harmonies of #402919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402919

Black with #402919

Text Example


Text Example

White with #402919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402919; }

 p { color: rgb(64,41,25); }

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

background-color css

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

 a { background-color: rgb(64,41,25); }

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

border-color css

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

 span { border-color: rgb(64,41,25); }

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