Html Css Color HEX #40290E Bistre

📋 copy color: '#40290E'

red 64 ◦ green 41 ◦ blue 14

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

Shades of Bistre #40290E

Tints of Bistre #40290E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.76%

R = 53.78%
G = 34.45%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#40290E (or 0x40290E) is known color: Bistre. HEX triplet: 40, 29 and 0E. RGB value is (64,41,14). Sum of RGB (Red+Green+Blue) = 64+41+14=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #40290E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40290E is #BFD6F1. Grayscale: #2C2C2C. Windows color (decimal): -12572402 or 928064. OLE color: 928064.

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

Color convert

RGB 64 41 14 -
CMYK 0 0.36 0.78 0.75
HSL 32.4º 0.64% 0.15% -
HSV(B) 32.4º 0.78% 0.25% -
XYZ 2.99 2.71 0.78 -
YUV 44.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 64 41 14 0 0.36 0.78 0.75 32.4 0.64 0.15
Hex 40 29 E 0 24 4E 4B 20 40 F
Octal 100 51 16 0 44 116 113 40 100 17
Binary 1000000 101001 1110 0 100100 1001110 1001011 100000 1000000 1111

Color Harmonies of #40290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40290E

Black with #40290E

Text Example


Text Example

White with #40290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40290E; }

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

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

background-color css

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

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

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

border-color css

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

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

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