Html Css Color HEX #402511 Bistre

📋 copy color: '#402511'

red 64 ◦ green 37 ◦ blue 17

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

Shades of Bistre #402511

Tints of Bistre #402511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.41%

R = 54.24%
G = 31.36%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#402511 (or 0x402511) is known color: Bistre. HEX triplet: 40, 25 and 11. RGB value is (64,37,17). Sum of RGB (Red+Green+Blue) = 64+37+17=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #402511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402511 is #BFDAEE. Grayscale: #2A2A2A. Windows color (decimal): -12573423 or 1123648. OLE color: 1123648.

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

Color convert

RGB 64 37 17 -
CMYK 0 0.42 0.73 0.75
HSL 25.53º 0.58% 0.16% -
HSV(B) 25.53º 0.73% 0.25% -
XYZ 2.88 2.45 0.85 -
YUV 42.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 64 37 17 0 0.42 0.73 0.75 25.53 0.58 0.16
Hex 40 25 11 0 2A 49 4B 1A 3A 10
Octal 100 45 21 0 52 111 113 32 72 20
Binary 1000000 100101 10001 0 101010 1001001 1001011 11010 111010 10000

Color Harmonies of #402511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402511

Black with #402511

Text Example


Text Example

White with #402511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402511; }

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

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

background-color css

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

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

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

border-color css

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

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

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