Html Css Color HEX #4A522B Bronzetone

📋 copy color: '#4A522B'

red 74 ◦ green 82 ◦ blue 43

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

Shades of Bronzetone #4A522B

Tints of Bronzetone #4A522B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.21%

 BLUE value IS 43 (17.19% from 255) = 21.61%

R = 37.19%
G = 41.21%
B = 21.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#4A522B (or 0x4A522B) is known color: Bronzetone. HEX triplet: 4A, 52 and 2B. RGB value is (74,82,43). Sum of RGB (Red+Green+Blue) = 74+82+43=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #4A522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A522B is #B5ADD4. Grayscale: #4B4B4B. Windows color (decimal): -11906517 or 2839114. OLE color: 2839114.

HSL color Cylindrical-coordinate representation of color #4A522B: hue angle of 72.31º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A522B is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 74 82 43 -
CMYK 0.10 0 0.48 0.68
HSL 72.31º 0.31% 0.25% -
HSV(B) 72.31º 0.48% 0.32% -
XYZ 6.28 7.66 3.43 -
YUV 75.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 74 82 43 0.10 0 0.48 0.68 72.31 0.31 0.25
Hex 4A 52 2B A 0 30 44 48 1F 19
Octal 112 122 53 12 0 60 104 110 37 31
Binary 1001010 1010010 101011 1010 0 110000 1000100 1001000 11111 11001

Color Harmonies of #4A522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A522B

Black with #4A522B

Text Example


Text Example

White with #4A522B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,82,43); }

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

background-color css

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

 a { background-color: rgb(74,82,43); }

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

border-color css

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

 span { border-color: rgb(74,82,43); }

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