Html Css Color HEX #492609 Bistre

📋 copy color: '#492609'

red 73 ◦ green 38 ◦ blue 9

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

Shades of Bistre #492609

Tints of Bistre #492609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.67%

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

R = 60.83%
G = 31.67%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#492609 (or 0x492609) is known color: Bistre. HEX triplet: 49, 26 and 09. RGB value is (73,38,9). Sum of RGB (Red+Green+Blue) = 73+38+9=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #492609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492609 is #B6D9F6. Grayscale: #2D2D2D. Windows color (decimal): -11983351 or 599625. OLE color: 599625.

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

Color convert

RGB 73 38 9 -
CMYK 0 0.48 0.88 0.71
HSL 27.19º 0.78% 0.16% -
HSV(B) 27.19º 0.88% 0.29% -
XYZ 3.49 2.82 0.62 -
YUV 45.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 73 38 9 0 0.48 0.88 0.71 27.19 0.78 0.16
Hex 49 26 9 0 30 58 47 1B 4E 10
Octal 111 46 11 0 60 130 107 33 116 20
Binary 1001001 100110 1001 0 110000 1011000 1000111 11011 1001110 10000

Color Harmonies of #492609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492609

Black with #492609

Text Example


Text Example

White with #492609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492609; }

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

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

background-color css

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

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

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

border-color css

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

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

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