Html Css Color HEX #492709 Bistre

📋 copy color: '#492709'

red 73 ◦ green 39 ◦ blue 9

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

Shades of Bistre #492709

Tints of Bistre #492709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.23%

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

R = 60.33%
G = 32.23%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#492709 (or 0x492709) is known color: Bistre. HEX triplet: 49, 27 and 09. RGB value is (73,39,9). Sum of RGB (Red+Green+Blue) = 73+39+9=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #492709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492709 is #B6D8F6. Grayscale: #2D2D2D. Windows color (decimal): -11983095 or 599881. OLE color: 599881.

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

Color convert

RGB 73 39 9 -
CMYK 0 0.47 0.88 0.71
HSL 28.13º 0.78% 0.16% -
HSV(B) 28.13º 0.88% 0.29% -
XYZ 3.52 2.89 0.63 -
YUV 45.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 73 39 9 0 0.47 0.88 0.71 28.13 0.78 0.16
Hex 49 27 9 0 2F 58 47 1C 4E 10
Octal 111 47 11 0 57 130 107 34 116 20
Binary 1001001 100111 1001 0 101111 1011000 1000111 11100 1001110 10000

Color Harmonies of #492709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492709

Black with #492709

Text Example


Text Example

White with #492709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492709; }

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

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

background-color css

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

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

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

border-color css

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

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

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