Html Css Color HEX #402613 Bistre

📋 copy color: '#402613'

red 64 ◦ green 38 ◦ blue 19

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

Shades of Bistre #402613

Tints of Bistre #402613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.4%

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

R = 52.89%
G = 31.4%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#402613 (or 0x402613) is known color: Bistre. HEX triplet: 40, 26 and 13. RGB value is (64,38,19). Sum of RGB (Red+Green+Blue) = 64+38+19=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #402613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402613 is #BFD9EC. Grayscale: #2B2B2B. Windows color (decimal): -12573165 or 1254976. OLE color: 1254976.

HSL color Cylindrical-coordinate representation of color #402613: hue angle of 25.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 #402613 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 38 19 -
CMYK 0 0.41 0.70 0.75
HSL 25.33º 0.54% 0.16% -
HSV(B) 25.33º 0.7% 0.25% -
XYZ 2.93 2.52 0.95 -
YUV 43.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 64 38 19 0 0.41 0.70 0.75 25.33 0.54 0.16
Hex 40 26 13 0 29 46 4B 19 36 10
Octal 100 46 23 0 51 106 113 31 66 20
Binary 1000000 100110 10011 0 101001 1000110 1001011 11001 110110 10000

Color Harmonies of #402613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402613

Black with #402613

Text Example


Text Example

White with #402613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402613; }

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

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

background-color css

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

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

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

border-color css

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

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

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