Html Css Color HEX #494F2D Bronzetone

📋 copy color: '#494F2D'

red 73 ◦ green 79 ◦ blue 45

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

Shades of Bronzetone #494F2D

Tints of Bronzetone #494F2D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.1%

 BLUE value IS 45 (17.97% from 255) = 22.84%

R = 37.06%
G = 40.1%
B = 22.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.69

RGB Variations

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

Color information

#494F2D (or 0x494F2D) is known color: Bronzetone. HEX triplet: 49, 4F and 2D. RGB value is (73,79,45). Sum of RGB (Red+Green+Blue) = 73+79+45=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 79 - color contains mainly: green. Hex color #494F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494F2D is #B6B0D2. Grayscale: #494949. Windows color (decimal): -11972819 or 2969417. OLE color: 2969417.

HSL color Cylindrical-coordinate representation of color #494F2D: hue angle of 70.59º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #494F2D is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 79 45 -
CMYK 0.08 0 0.43 0.69
HSL 70.59º 0.27% 0.24% -
HSV(B) 70.59º 0.43% 0.31% -
XYZ 6.02 7.2 3.55 -
YUV 73.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 73 79 45 0.08 0 0.43 0.69 70.59 0.27 0.24
Hex 49 4F 2D 8 0 2B 45 47 1B 18
Octal 111 117 55 10 0 53 105 107 33 30
Binary 1001001 1001111 101101 1000 0 101011 1000101 1000111 11011 11000

Color Harmonies of #494F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F2D

Black with #494F2D

Text Example


Text Example

White with #494F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494F2D; }

 p { color: rgb(73,79,45); }

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

background-color css

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

 a { background-color: rgb(73,79,45); }

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

border-color css

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

 span { border-color: rgb(73,79,45); }

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