Html Css Color HEX #40291C Bistre

📋 copy color: '#40291C'

red 64 ◦ green 41 ◦ blue 28

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

Shades of Bistre #40291C

Tints of Bistre #40291C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.05%

R = 48.12%
G = 30.83%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#40291C (or 0x40291C) is known color: Bistre. HEX triplet: 40, 29 and 1C. RGB value is (64,41,28). Sum of RGB (Red+Green+Blue) = 64+41+28=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #40291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40291C is #BFD6E3. Grayscale: #2E2E2E. Windows color (decimal): -12572388 or 1845568. OLE color: 1845568.

HSL color Cylindrical-coordinate representation of color #40291C: hue angle of 21.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40291C is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 41 28 -
CMYK 0 0.36 0.56 0.75
HSL 21.67º 0.39% 0.18% -
HSV(B) 21.67º 0.56% 0.25% -
XYZ 3.12 2.76 1.47 -
YUV 46.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 64 41 28 0 0.36 0.56 0.75 21.67 0.39 0.18
Hex 40 29 1C 0 24 38 4B 16 27 12
Octal 100 51 34 0 44 70 113 26 47 22
Binary 1000000 101001 11100 0 100100 111000 1001011 10110 100111 10010

Color Harmonies of #40291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40291C

Black with #40291C

Text Example


Text Example

White with #40291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40291C; }

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

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

background-color css

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

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

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

border-color css

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

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

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