Html Css Color HEX #492708 Bistre

📋 copy color: '#492708'

red 73 ◦ green 39 ◦ blue 8

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

Shades of Bistre #492708

Tints of Bistre #492708

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.5%

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

R = 60.83%
G = 32.5%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#492708 (or 0x492708) is known color: Bistre. HEX triplet: 49, 27 and 08. RGB value is (73,39,8). Sum of RGB (Red+Green+Blue) = 73+39+8=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #492708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492708 is #B6D8F7. Grayscale: #2D2D2D. Windows color (decimal): -11983096 or 534345. OLE color: 534345.

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

Color convert

RGB 73 39 8 -
CMYK 0 0.47 0.89 0.71
HSL 28.62º 0.8% 0.16% -
HSV(B) 28.62º 0.89% 0.29% -
XYZ 3.52 2.89 0.6 -
YUV 45.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 73 39 8 0 0.47 0.89 0.71 28.62 0.8 0.16
Hex 49 27 8 0 2F 59 47 1D 50 10
Octal 111 47 10 0 57 131 107 35 120 20
Binary 1001001 100111 1000 0 101111 1011001 1000111 11101 1010000 10000

Color Harmonies of #492708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492708

Black with #492708

Text Example


Text Example

White with #492708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492708; }

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

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

background-color css

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

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

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

border-color css

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

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

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