Html Css Color HEX #524A09 Bronze Olive

📋 copy color: '#524A09'

red 82 ◦ green 74 ◦ blue 9

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

Shades of Bronze Olive #524A09

Tints of Bronze Olive #524A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.45%

R = 49.7%
G = 44.85%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#524A09 (or 0x524A09) is known color: Bronze Olive. HEX triplet: 52, 4A and 09. RGB value is (82,74,9). Sum of RGB (Red+Green+Blue) = 82+74+9=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #524A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524A09 is #ADB5F6. Grayscale: #454545. Windows color (decimal): -11384311 or 608850. OLE color: 608850.

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

Color convert

RGB 82 74 9 -
CMYK 0 0.10 0.89 0.68
HSL 53.42º 0.8% 0.18% -
HSV(B) 53.42º 0.89% 0.32% -
XYZ 5.98 6.71 1.24 -
YUV 68.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 82 74 9 0 0.10 0.89 0.68 53.42 0.8 0.18
Hex 52 4A 9 0 A 59 44 35 50 12
Octal 122 112 11 0 12 131 104 65 120 22
Binary 1010010 1001010 1001 0 1010 1011001 1000100 110101 1010000 10010

Color Harmonies of #524A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A09

Black with #524A09

Text Example


Text Example

White with #524A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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