Html Css Color HEX #40290D Bistre

📋 copy color: '#40290D'

red 64 ◦ green 41 ◦ blue 13

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

Shades of Bistre #40290D

Tints of Bistre #40290D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.02%

R = 54.24%
G = 34.75%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#40290D (or 0x40290D) is known color: Bistre. HEX triplet: 40, 29 and 0D. RGB value is (64,41,13). Sum of RGB (Red+Green+Blue) = 64+41+13=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #40290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40290D is #BFD6F2. Grayscale: #2C2C2C. Windows color (decimal): -12572403 or 862528. OLE color: 862528.

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

Color convert

RGB 64 41 13 -
CMYK 0 0.36 0.80 0.75
HSL 32.94º 0.66% 0.15% -
HSV(B) 32.94º 0.8% 0.25% -
XYZ 2.98 2.7 0.75 -
YUV 44.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 64 41 13 0 0.36 0.80 0.75 32.94 0.66 0.15
Hex 40 29 D 0 24 50 4B 21 42 F
Octal 100 51 15 0 44 120 113 41 102 17
Binary 1000000 101001 1101 0 100100 1010000 1001011 100001 1000010 1111

Color Harmonies of #40290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40290D

Black with #40290D

Text Example


Text Example

White with #40290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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