Html Css Color HEX #402917 Bistre

📋 copy color: '#402917'

red 64 ◦ green 41 ◦ blue 23

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

Shades of Bistre #402917

Tints of Bistre #402917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.97%

R = 50%
G = 32.03%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#402917 (or 0x402917) is known color: Bistre. HEX triplet: 40, 29 and 17. RGB value is (64,41,23). Sum of RGB (Red+Green+Blue) = 64+41+23=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #402917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402917 is #BFD6E8. Grayscale: #2D2D2D. Windows color (decimal): -12572393 or 1517888. OLE color: 1517888.

HSL color Cylindrical-coordinate representation of color #402917: hue angle of 26.34º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #402917 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 41 23 -
CMYK 0 0.36 0.64 0.75
HSL 26.34º 0.47% 0.17% -
HSV(B) 26.34º 0.64% 0.25% -
XYZ 3.06 2.74 1.18 -
YUV 45.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 64 41 23 0 0.36 0.64 0.75 26.34 0.47 0.17
Hex 40 29 17 0 24 40 4B 1A 2F 11
Octal 100 51 27 0 44 100 113 32 57 21
Binary 1000000 101001 10111 0 100100 1000000 1001011 11010 101111 10001

Color Harmonies of #402917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402917

Black with #402917

Text Example


Text Example

White with #402917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402917; }

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

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

background-color css

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

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

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

border-color css

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

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

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