Html Css Color HEX #492809 Bistre

📋 copy color: '#492809'

red 73 ◦ green 40 ◦ blue 9

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

Shades of Bistre #492809

Tints of Bistre #492809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32.79%

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

R = 59.84%
G = 32.79%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#492809 (or 0x492809) is known color: Bistre. HEX triplet: 49, 28 and 09. RGB value is (73,40,9). Sum of RGB (Red+Green+Blue) = 73+40+9=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #492809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492809 is #B6D7F6. Grayscale: #2E2E2E. Windows color (decimal): -11982839 or 600137. OLE color: 600137.

HSL color Cylindrical-coordinate representation of color #492809: hue angle of 29.06º 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 #492809 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 40 9 -
CMYK 0 0.45 0.88 0.71
HSL 29.06º 0.78% 0.16% -
HSV(B) 29.06º 0.88% 0.29% -
XYZ 3.56 2.95 0.64 -
YUV 46.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 73 40 9 0 0.45 0.88 0.71 29.06 0.78 0.16
Hex 49 28 9 0 2D 58 47 1D 4E 10
Octal 111 50 11 0 55 130 107 35 116 20
Binary 1001001 101000 1001 0 101101 1011000 1000111 11101 1001110 10000

Color Harmonies of #492809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492809

Black with #492809

Text Example


Text Example

White with #492809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492809; }

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

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

background-color css

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

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

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

border-color css

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

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

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