Html Css Color HEX #4A5529 Bronzetone

📋 copy color: '#4A5529'

red 74 ◦ green 85 ◦ blue 41

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

Shades of Bronzetone #4A5529

Tints of Bronzetone #4A5529

RGB

 RED value IS 74 (29.3% from 255) = 37%

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

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

R = 37%
G = 42.5%
B = 20.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#4A5529 (or 0x4A5529) is known color: Bronzetone. HEX triplet: 4A, 55 and 29. RGB value is (74,85,41). Sum of RGB (Red+Green+Blue) = 74+85+41=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5529 is #B5AAD6. Grayscale: #4C4C4C. Windows color (decimal): -11905751 or 2708810. OLE color: 2708810.

HSL color Cylindrical-coordinate representation of color #4A5529: hue angle of 75º 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 #4A5529 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 85 41 -
CMYK 0.13 0 0.52 0.67
HSL 75º 0.35% 0.25% -
HSV(B) 75º 0.52% 0.33% -
XYZ 6.47 8.11 3.32 -
YUV 76.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 74 85 41 0.13 0 0.52 0.67 75 0.35 0.25
Hex 4A 55 29 D 0 34 43 4B 23 19
Octal 112 125 51 15 0 64 103 113 43 31
Binary 1001010 1010101 101001 1101 0 110100 1000011 1001011 100011 11001

Color Harmonies of #4A5529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5529

Black with #4A5529

Text Example


Text Example

White with #4A5529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A5529; }

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

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

background-color css

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

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

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

border-color css

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

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

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