Html Css Color HEX #40290C Bistre

📋 copy color: '#40290C'

red 64 ◦ green 41 ◦ blue 12

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

Shades of Bistre #40290C

Tints of Bistre #40290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.26%

R = 54.7%
G = 35.04%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#40290C (or 0x40290C) is known color: Bistre. HEX triplet: 40, 29 and 0C. RGB value is (64,41,12). Sum of RGB (Red+Green+Blue) = 64+41+12=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #40290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40290C is #BFD6F3. Grayscale: #2C2C2C. Windows color (decimal): -12572404 or 796992. OLE color: 796992.

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

Color convert

RGB 64 41 12 -
CMYK 0 0.36 0.81 0.75
HSL 33.46º 0.68% 0.15% -
HSV(B) 33.46º 0.81% 0.25% -
XYZ 2.97 2.7 0.71 -
YUV 44.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 64 41 12 0 0.36 0.81 0.75 33.46 0.68 0.15
Hex 40 29 C 0 24 51 4B 21 44 F
Octal 100 51 14 0 44 121 113 41 104 17
Binary 1000000 101001 1100 0 100100 1010001 1001011 100001 1000100 1111

Color Harmonies of #40290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40290C

Black with #40290C

Text Example


Text Example

White with #40290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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