Html Css Color HEX #492509 Bistre

📋 copy color: '#492509'

red 73 ◦ green 37 ◦ blue 9

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

Shades of Bistre #492509

Tints of Bistre #492509

RGB

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

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

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

R = 61.34%
G = 31.09%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#492509 (or 0x492509) is known color: Bistre. HEX triplet: 49, 25 and 09. RGB value is (73,37,9). Sum of RGB (Red+Green+Blue) = 73+37+9=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #492509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492509 is #B6DAF6. Grayscale: #2C2C2C. Windows color (decimal): -11983607 or 599369. OLE color: 599369.

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

Color convert

RGB 73 37 9 -
CMYK 0 0.49 0.88 0.71
HSL 26.25º 0.78% 0.16% -
HSV(B) 26.25º 0.88% 0.29% -
XYZ 3.46 2.76 0.61 -
YUV 44.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 73 37 9 0 0.49 0.88 0.71 26.25 0.78 0.16
Hex 49 25 9 0 31 58 47 1A 4E 10
Octal 111 45 11 0 61 130 107 32 116 20
Binary 1001001 100101 1001 0 110001 1011000 1000111 11010 1001110 10000

Color Harmonies of #492509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492509

Black with #492509

Text Example


Text Example

White with #492509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492509; }

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

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

background-color css

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

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

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

border-color css

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

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

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