Html Css Color HEX #524A2A Bronze Olive

📋 copy color: '#524A2A'

red 82 ◦ green 74 ◦ blue 42

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

Shades of Bronze Olive #524A2A

Tints of Bronze Olive #524A2A

RGB

 RED value IS 82 (32.42% from 255) = 41.41%

 GREEN value IS 74 (29.3% from 255) = 37.37%

 BLUE value IS 42 (16.8% from 255) = 21.21%

R = 41.41%
G = 37.37%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#524A2A (or 0x524A2A) is known color: Bronze Olive. HEX triplet: 52, 4A and 2A. RGB value is (82,74,42). Sum of RGB (Red+Green+Blue) = 82+74+42=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #524A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A2A is #ADB5D5. Grayscale: #484848. Windows color (decimal): -11384278 or 2771538. OLE color: 2771538.

HSL color Cylindrical-coordinate representation of color #524A2A: hue angle of 48º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #524A2A is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 74 42 -
CMYK 0 0.10 0.49 0.68
HSL 48º 0.32% 0.24% -
HSV(B) 48º 0.49% 0.32% -
XYZ 6.35 6.86 3.18 -
YUV 72.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 82 74 42 0 0.10 0.49 0.68 48 0.32 0.24
Hex 52 4A 2A 0 A 31 44 30 20 18
Octal 122 112 52 0 12 61 104 60 40 30
Binary 1010010 1001010 101010 0 1010 110001 1000100 110000 100000 11000

Color Harmonies of #524A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A2A

Black with #524A2A

Text Example


Text Example

White with #524A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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