Html Css Color HEX #524900 Bronze Olive

📋 copy color: '#524900'

red 82 ◦ green 73 ◦ blue 0

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

Shades of Bronze Olive #524900

Tints of Bronze Olive #524900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.9%
G = 47.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#524900 (or 0x524900) is known color: Bronze Olive. HEX triplet: 52, 49 and 00. RGB value is (82,73,0). Sum of RGB (Red+Green+Blue) = 82+73+0=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #524900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524900 is #ADB6FF. Grayscale: #434343. Windows color (decimal): -11384576 or 18770. OLE color: 18770.

HSL color Cylindrical-coordinate representation of color #524900: hue angle of 53.41º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #524900 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 73 0 -
CMYK 0 0.11 1 0.68
HSL 53.41º 1% 0.16% -
HSV(B) 53.41º 1% 0.32% -
XYZ 5.86 6.56 0.96 -
YUV 67.37 89.98 138.44 -
System Red Green Blue C M Y K H S L
Decimal 82 73 0 0 0.11 1 0.68 53.41 1 0.16
Hex 52 49 0 0 B 64 44 35 64 10
Octal 122 111 0 0 13 144 104 65 144 20
Binary 1010010 1001001 0 0 1011 1100100 1000100 110101 1100100 10000

Color Harmonies of #524900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524900

Black with #524900

Text Example


Text Example

White with #524900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524900; }

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

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

background-color css

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

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

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

border-color css

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

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

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