Html Css Color HEX #402711 Bistre

📋 copy color: '#402711'

red 64 ◦ green 39 ◦ blue 17

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

Shades of Bistre #402711

Tints of Bistre #402711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.5%

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

R = 53.33%
G = 32.5%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#402711 (or 0x402711) is known color: Bistre. HEX triplet: 40, 27 and 11. RGB value is (64,39,17). Sum of RGB (Red+Green+Blue) = 64+39+17=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #402711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402711 is #BFD8EE. Grayscale: #2C2C2C. Windows color (decimal): -12572911 or 1124160. OLE color: 1124160.

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

Color convert

RGB 64 39 17 -
CMYK 0 0.39 0.73 0.75
HSL 28.09º 0.58% 0.16% -
HSV(B) 28.09º 0.73% 0.25% -
XYZ 2.94 2.58 0.87 -
YUV 43.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 64 39 17 0 0.39 0.73 0.75 28.09 0.58 0.16
Hex 40 27 11 0 27 49 4B 1C 3A 10
Octal 100 47 21 0 47 111 113 34 72 20
Binary 1000000 100111 10001 0 100111 1001001 1001011 11100 111010 10000

Color Harmonies of #402711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402711

Black with #402711

Text Example


Text Example

White with #402711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402711; }

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

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

background-color css

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

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

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

border-color css

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

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

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