Html Css Color HEX #492508 Bistre

📋 copy color: '#492508'

red 73 ◦ green 37 ◦ blue 8

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

Shades of Bistre #492508

Tints of Bistre #492508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.36%

 BLUE value IS 8 (3.52% from 255) = 6.78%

R = 61.86%
G = 31.36%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#492508 (or 0x492508) is known color: Bistre. HEX triplet: 49, 25 and 08. RGB value is (73,37,8). Sum of RGB (Red+Green+Blue) = 73+37+8=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #492508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492508 is #B6DAF7. Grayscale: #2C2C2C. Windows color (decimal): -11983608 or 533833. OLE color: 533833.

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

Color convert

RGB 73 37 8 -
CMYK 0 0.49 0.89 0.71
HSL 26.77º 0.8% 0.16% -
HSV(B) 26.77º 0.89% 0.29% -
XYZ 3.45 2.76 0.58 -
YUV 44.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 73 37 8 0 0.49 0.89 0.71 26.77 0.8 0.16
Hex 49 25 8 0 31 59 47 1B 50 10
Octal 111 45 10 0 61 131 107 33 120 20
Binary 1001001 100101 1000 0 110001 1011001 1000111 11011 1010000 10000

Color Harmonies of #492508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492508

Black with #492508

Text Example


Text Example

White with #492508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492508; }

 p { color: rgb(73,37,8); }

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

background-color css

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

 a { background-color: rgb(73,37,8); }

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

border-color css

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

 span { border-color: rgb(73,37,8); }

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