Html Css Color HEX #402611 Bistre

📋 copy color: '#402611'

red 64 ◦ green 38 ◦ blue 17

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

Shades of Bistre #402611

Tints of Bistre #402611

RGB

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

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

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

R = 53.78%
G = 31.93%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#402611 (or 0x402611) is known color: Bistre. HEX triplet: 40, 26 and 11. RGB value is (64,38,17). Sum of RGB (Red+Green+Blue) = 64+38+17=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #402611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402611 is #BFD9EE. Grayscale: #2B2B2B. Windows color (decimal): -12573167 or 1123904. OLE color: 1123904.

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

Color convert

RGB 64 38 17 -
CMYK 0 0.41 0.73 0.75
HSL 26.81º 0.58% 0.16% -
HSV(B) 26.81º 0.73% 0.25% -
XYZ 2.91 2.52 0.86 -
YUV 43.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 64 38 17 0 0.41 0.73 0.75 26.81 0.58 0.16
Hex 40 26 11 0 29 49 4B 1B 3A 10
Octal 100 46 21 0 51 111 113 33 72 20
Binary 1000000 100110 10001 0 101001 1001001 1001011 11011 111010 10000

Color Harmonies of #402611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402611

Black with #402611

Text Example


Text Example

White with #402611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402611; }

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

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

background-color css

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

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

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

border-color css

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

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

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