Html Css Color HEX #402913 Bistre

📋 copy color: '#402913'

red 64 ◦ green 41 ◦ blue 19

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

Shades of Bistre #402913

Tints of Bistre #402913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 51.61%
G = 33.06%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#402913 (or 0x402913) is known color: Bistre. HEX triplet: 40, 29 and 13. RGB value is (64,41,19). Sum of RGB (Red+Green+Blue) = 64+41+19=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #402913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402913 is #BFD6EC. Grayscale: #2D2D2D. Windows color (decimal): -12572397 or 1255744. OLE color: 1255744.

HSL color Cylindrical-coordinate representation of color #402913: hue angle of 29.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402913 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 41 19 -
CMYK 0 0.36 0.70 0.75
HSL 29.33º 0.54% 0.16% -
HSV(B) 29.33º 0.7% 0.25% -
XYZ 3.02 2.72 0.98 -
YUV 45.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 64 41 19 0 0.36 0.70 0.75 29.33 0.54 0.16
Hex 40 29 13 0 24 46 4B 1D 36 10
Octal 100 51 23 0 44 106 113 35 66 20
Binary 1000000 101001 10011 0 100100 1000110 1001011 11101 110110 10000

Color Harmonies of #402913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402913

Black with #402913

Text Example


Text Example

White with #402913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402913; }

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

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

background-color css

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

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

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

border-color css

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

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

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