Html Css Color HEX #524909 Bronze Olive

📋 copy color: '#524909'

red 82 ◦ green 73 ◦ blue 9

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

Shades of Bronze Olive #524909

Tints of Bronze Olive #524909

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.51%

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

R = 50%
G = 44.51%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#524909 (or 0x524909) is known color: Bronze Olive. HEX triplet: 52, 49 and 09. RGB value is (82,73,9). Sum of RGB (Red+Green+Blue) = 82+73+9=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #524909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524909 is #ADB6F6. Grayscale: #444444. Windows color (decimal): -11384567 or 608594. OLE color: 608594.

HSL color Cylindrical-coordinate representation of color #524909: hue angle of 52.6º 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 #524909 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 73 9 -
CMYK 0 0.11 0.89 0.68
HSL 52.6º 0.8% 0.18% -
HSV(B) 52.6º 0.89% 0.32% -
XYZ 5.91 6.58 1.22 -
YUV 68.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 82 73 9 0 0.11 0.89 0.68 52.6 0.8 0.18
Hex 52 49 9 0 B 59 44 35 50 12
Octal 122 111 11 0 13 131 104 65 120 22
Binary 1010010 1001001 1001 0 1011 1011001 1000100 110101 1010000 10010

Color Harmonies of #524909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524909

Black with #524909

Text Example


Text Example

White with #524909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524909; }

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

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

background-color css

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

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

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

border-color css

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

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

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