Html Css Color HEX #402513 Bistre

📋 copy color: '#402513'

red 64 ◦ green 37 ◦ blue 19

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

Shades of Bistre #402513

Tints of Bistre #402513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.83%

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

R = 53.33%
G = 30.83%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#402513 (or 0x402513) is known color: Bistre. HEX triplet: 40, 25 and 13. RGB value is (64,37,19). Sum of RGB (Red+Green+Blue) = 64+37+19=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #402513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402513 is #BFDAEC. Grayscale: #2B2B2B. Windows color (decimal): -12573421 or 1254720. OLE color: 1254720.

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

Color convert

RGB 64 37 19 -
CMYK 0 0.42 0.70 0.75
HSL 24º 0.54% 0.16% -
HSV(B) 24º 0.7% 0.25% -
XYZ 2.89 2.46 0.94 -
YUV 43.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 64 37 19 0 0.42 0.70 0.75 24 0.54 0.16
Hex 40 25 13 0 2A 46 4B 18 36 10
Octal 100 45 23 0 52 106 113 30 66 20
Binary 1000000 100101 10011 0 101010 1000110 1001011 11000 110110 10000

Color Harmonies of #402513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402513

Black with #402513

Text Example


Text Example

White with #402513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402513; }

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

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

background-color css

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

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

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

border-color css

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

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

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