Html Css Color HEX #492909 Bistre

📋 copy color: '#492909'

red 73 ◦ green 41 ◦ blue 9

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

Shades of Bistre #492909

Tints of Bistre #492909

RGB

 RED value IS 73 (28.91% from 255) = 59.35%

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

 BLUE value IS 9 (3.91% from 255) = 7.32%

R = 59.35%
G = 33.33%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#492909 (or 0x492909) is known color: Bistre. HEX triplet: 49, 29 and 09. RGB value is (73,41,9). Sum of RGB (Red+Green+Blue) = 73+41+9=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #492909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492909 is #B6D6F6. Grayscale: #2F2F2F. Windows color (decimal): -11982583 or 600393. OLE color: 600393.

HSL color Cylindrical-coordinate representation of color #492909: hue angle of 30º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #492909 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 41 9 -
CMYK 0 0.44 0.88 0.71
HSL 30º 0.78% 0.16% -
HSV(B) 30º 0.88% 0.29% -
XYZ 3.59 3.02 0.65 -
YUV 46.92 106.6 146.6 -
System Red Green Blue C M Y K H S L
Decimal 73 41 9 0 0.44 0.88 0.71 30 0.78 0.16
Hex 49 29 9 0 2C 58 47 1E 4E 10
Octal 111 51 11 0 54 130 107 36 116 20
Binary 1001001 101001 1001 0 101100 1011000 1000111 11110 1001110 10000

Color Harmonies of #492909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492909

Black with #492909

Text Example


Text Example

White with #492909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492909; }

 p { color: rgb(73,41,9); }

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

background-color css

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

 a { background-color: rgb(73,41,9); }

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

border-color css

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

 span { border-color: rgb(73,41,9); }

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