Html Css Color HEX #492807 Bistre

📋 copy color: '#492807'

red 73 ◦ green 40 ◦ blue 7

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

Shades of Bistre #492807

Tints of Bistre #492807

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.33%

 BLUE value IS 7 (3.13% from 255) = 5.83%

R = 60.83%
G = 33.33%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#492807 (or 0x492807) is known color: Bistre. HEX triplet: 49, 28 and 07. RGB value is (73,40,7). Sum of RGB (Red+Green+Blue) = 73+40+7=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #492807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492807 is #B6D7F8. Grayscale: #2E2E2E. Windows color (decimal): -11982841 or 469065. OLE color: 469065.

HSL color Cylindrical-coordinate representation of color #492807: hue angle of 30º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #492807 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 40 7 -
CMYK 0 0.45 0.90 0.71
HSL 30º 0.83% 0.16% -
HSV(B) 30º 0.9% 0.29% -
XYZ 3.54 2.95 0.58 -
YUV 46.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 73 40 7 0 0.45 0.90 0.71 30 0.83 0.16
Hex 49 28 7 0 2D 5A 47 1E 52 10
Octal 111 50 7 0 55 132 107 36 122 20
Binary 1001001 101000 111 0 101101 1011010 1000111 11110 1010010 10000

Color Harmonies of #492807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492807

Black with #492807

Text Example


Text Example

White with #492807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492807; }

 p { color: rgb(73,40,7); }

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

background-color css

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

 a { background-color: rgb(73,40,7); }

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

border-color css

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

 span { border-color: rgb(73,40,7); }

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