Html Css Color HEX #492505 Bistre

📋 copy color: '#492505'

red 73 ◦ green 37 ◦ blue 5

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

Shades of Bistre #492505

Tints of Bistre #492505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.35%

R = 63.48%
G = 32.17%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#492505 (or 0x492505) is known color: Bistre. HEX triplet: 49, 25 and 05. RGB value is (73,37,5). Sum of RGB (Red+Green+Blue) = 73+37+5=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #492505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492505 is #B6DAFA. Grayscale: #2C2C2C. Windows color (decimal): -11983611 or 337225. OLE color: 337225.

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

Color convert

RGB 73 37 5 -
CMYK 0 0.49 0.93 0.71
HSL 28.24º 0.87% 0.15% -
HSV(B) 28.24º 0.93% 0.29% -
XYZ 3.44 2.75 0.49 -
YUV 44.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 73 37 5 0 0.49 0.93 0.71 28.24 0.87 0.15
Hex 49 25 5 0 31 5D 47 1C 57 F
Octal 111 45 5 0 61 135 107 34 127 17
Binary 1001001 100101 101 0 110001 1011101 1000111 11100 1010111 1111

Color Harmonies of #492505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492505

Black with #492505

Text Example


Text Example

White with #492505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492505; }

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

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

background-color css

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

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

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

border-color css

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

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

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