Html Css Color HEX #40290F Bistre

📋 copy color: '#40290F'

red 64 ◦ green 41 ◦ blue 15

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

Shades of Bistre #40290F

Tints of Bistre #40290F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.5%

R = 53.33%
G = 34.17%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40290F (or 0x40290F) is known color: Bistre. HEX triplet: 40, 29 and 0F. RGB value is (64,41,15). Sum of RGB (Red+Green+Blue) = 64+41+15=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #40290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40290F is #BFD6F0. Grayscale: #2D2D2D. Windows color (decimal): -12572401 or 993600. OLE color: 993600.

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

Color convert

RGB 64 41 15 -
CMYK 0 0.36 0.77 0.75
HSL 31.84º 0.62% 0.15% -
HSV(B) 31.84º 0.77% 0.25% -
XYZ 2.99 2.71 0.82 -
YUV 44.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 64 41 15 0 0.36 0.77 0.75 31.84 0.62 0.15
Hex 40 29 F 0 24 4D 4B 20 3E F
Octal 100 51 17 0 44 115 113 40 76 17
Binary 1000000 101001 1111 0 100100 1001101 1001011 100000 111110 1111

Color Harmonies of #40290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40290F

Black with #40290F

Text Example


Text Example

White with #40290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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