Html Css Color HEX #524A05 Bronze Olive

📋 copy color: '#524A05'

red 82 ◦ green 74 ◦ blue 5

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

Shades of Bronze Olive #524A05

Tints of Bronze Olive #524A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.11%

R = 50.93%
G = 45.96%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#524A05 (or 0x524A05) is known color: Bronze Olive. HEX triplet: 52, 4A and 05. RGB value is (82,74,5). Sum of RGB (Red+Green+Blue) = 82+74+5=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #524A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524A05 is #ADB5FA. Grayscale: #444444. Windows color (decimal): -11384315 or 346706. OLE color: 346706.

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

Color convert

RGB 82 74 5 -
CMYK 0 0.10 0.94 0.68
HSL 53.77º 0.89% 0.17% -
HSV(B) 53.77º 0.94% 0.32% -
XYZ 5.96 6.7 1.12 -
YUV 68.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 82 74 5 0 0.10 0.94 0.68 53.77 0.89 0.17
Hex 52 4A 5 0 A 5E 44 36 59 11
Octal 122 112 5 0 12 136 104 66 131 21
Binary 1010010 1001010 101 0 1010 1011110 1000100 110110 1011001 10001

Color Harmonies of #524A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A05

Black with #524A05

Text Example


Text Example

White with #524A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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