Html Css Color HEX #492606 Bistre

📋 copy color: '#492606'

red 73 ◦ green 38 ◦ blue 6

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

Shades of Bistre #492606

Tints of Bistre #492606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.13%

R = 62.39%
G = 32.48%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#492606 (or 0x492606) is known color: Bistre. HEX triplet: 49, 26 and 06. RGB value is (73,38,6). Sum of RGB (Red+Green+Blue) = 73+38+6=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 6 (2.73% from 255 or 5.13% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #492606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492606 is #B6D9F9. Grayscale: #2C2C2C. Windows color (decimal): -11983354 or 403017. OLE color: 403017.

HSL color Cylindrical-coordinate representation of color #492606: hue angle of 28.66º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #492606 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 38 6 -
CMYK 0 0.48 0.92 0.71
HSL 28.66º 0.85% 0.15% -
HSV(B) 28.66º 0.92% 0.29% -
XYZ 3.47 2.82 0.53 -
YUV 44.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 73 38 6 0 0.48 0.92 0.71 28.66 0.85 0.15
Hex 49 26 6 0 30 5C 47 1D 55 F
Octal 111 46 6 0 60 134 107 35 125 17
Binary 1001001 100110 110 0 110000 1011100 1000111 11101 1010101 1111

Color Harmonies of #492606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492606

Black with #492606

Text Example


Text Example

White with #492606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492606; }

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

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

background-color css

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

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

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

border-color css

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

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

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