Html Css Color HEX #495529 Bronzetone

📋 copy color: '#495529'

red 73 ◦ green 85 ◦ blue 41

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

Shades of Bronzetone #495529

Tints of Bronzetone #495529

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.71%

 BLUE value IS 41 (16.41% from 255) = 20.6%

R = 36.68%
G = 42.71%
B = 20.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#495529 (or 0x495529) is known color: Bronzetone. HEX triplet: 49, 55 and 29. RGB value is (73,85,41). Sum of RGB (Red+Green+Blue) = 73+85+41=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #495529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495529 is #B6AAD6. Grayscale: #4C4C4C. Windows color (decimal): -11971287 or 2708809. OLE color: 2708809.

HSL color Cylindrical-coordinate representation of color #495529: hue angle of 76.36º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495529 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 41 -
CMYK 0.14 0 0.52 0.67
HSL 76.36º 0.35% 0.25% -
HSV(B) 76.36º 0.52% 0.33% -
XYZ 6.4 8.07 3.32 -
YUV 76.4 108.02 125.58 -
System Red Green Blue C M Y K H S L
Decimal 73 85 41 0.14 0 0.52 0.67 76.36 0.35 0.25
Hex 49 55 29 E 0 34 43 4C 23 19
Octal 111 125 51 16 0 64 103 114 43 31
Binary 1001001 1010101 101001 1110 0 110100 1000011 1001100 100011 11001

Color Harmonies of #495529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495529

Black with #495529

Text Example


Text Example

White with #495529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495529; }

 p { color: rgb(73,85,41); }

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

background-color css

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

 a { background-color: rgb(73,85,41); }

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

border-color css

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

 span { border-color: rgb(73,85,41); }

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